Search found 1 match

by emacs user
Mon Jan 21, 2019 6:34 am
Forum: Emacs Lisp
Topic: extracting bibtex reference key in an elisp program
Replies: 0
Views: 61658

extracting bibtex reference key in an elisp program

Hi, I am trying something like

(setq new-label (bibtex-key-in-head))

when the point is inside a bibtex entry, in the hope of extracting the bibtex reference key, but this just returns nil. Any advice would be appreciated!

Best, E