Am 26.04.2021 um 22:33 schrieb Nicolas Goaziou:
Denis Maier <denisma...@mailbox.org> writes:

Oh, and what do you think regarding the multiple bibliographies
question?
As far as Org is concerned, you can have multiple "bibliography"
keywords, e.g.,

   #+bibliography: file1.bib
   #+bibliography: file2.bib

Internally, the bibliography is stored as a list of absolute file names.

Is that what you have in mind or are you talking about something else?

Regards,
No, I was not talking about having multiple input files, but about having multiple bibliographies in the output doc.
Perhaps each filtered in some way:

#+print_bibliography: [style] [filter1]
#+print_bibliography: [style] [filter2]

Obviously, filter1 and filter2 must be defined somewhere. The use case would be something along these lines: - One bibliography with all the works by author X, a second bibliography with everything else.
- One bibliography with books, the other with webpages

Denis

Reply via email to