Closed sinauq closed 2 years ago
If you set that variable like you did, the cached entries (accessed by citar-get-entry
) will include those fields if present.
But yeah, it's not all that useful, since the code will automatically cache whatever fields are specified in the templates.
What are you trying to do?
Hi, is there a way to parse arbitrary fields from a bibtex entry, such as volume, pages and so on?
I tried
(setq citar-additional-fields '("volume" "number" "pages" ))
but it looks like the code doesn't consult this variable that much.