This is a read-only archive of lispforum.com. The forum was locked to new users and posts and is preserved here as static HTML from a database snapshot taken on 2019-09-07.

extracting bibtex reference key in an elisp program

1 post · 2944 views

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