extracting bibtex reference key in an elisp program

Discussion of Emacs Lisp
Post Reply
emacs user
Posts: 1
Joined: Mon Jan 21, 2019 6:20 am

extracting bibtex reference key in an elisp program

Post by emacs user » Mon Jan 21, 2019 6:34 am

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

Post Reply