joostkremers / parsebib

Elisp library for reading .bib files
BSD 3-Clause "New" or "Revised" License
35 stars 9 forks source link

Excluding fields with parsebib-parse? #14

Closed bdarcus closed 3 years ago

bdarcus commented 3 years ago

I know I can explicitly itemize the fields I want returned, but is there an easy way to exclude one or more fields?

I want, for example, to grab all the data, except abstracts.

If not, I have an easy-enough workaround, but just thought I'd ask.

(parsebib-parse 
  bibtex-actions-bibliography :fields (-flatten bibtex-actions-field-map)))
bdarcus commented 3 years ago

I'll close this, since the workaround is fine :-)