emacs-citar / citar-org-roam

citar/org-roam integration
GNU General Public License v3.0
101 stars 9 forks source link

Parsing additional fields (volume, pages, etc) from entry #18

Closed sinauq closed 2 years ago

sinauq commented 2 years ago

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.

bdarcus commented 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?