Closed bdarcus closed 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)))
I'll close this, since the workaround is fine :-)
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.