From 59238cfa82c3c86a4f3132ff617ca93598cebb01 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Sun, 14 Jan 2024 15:19:54 +0100 Subject: [PATCH] doc/org-manual.org (Bibliography options...): Clarify biblatex vs. csl options Make it more clear which options are accepted by biblatex processors and which by csl. --- doc/org-manual.org | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index adece012a..c8e6d2d8a 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -17417,8 +17417,9 @@ commas, but without any space in-between: : #+print_bibliography: :keyword "algebraic logic" :nottype article,book The "biblatex" export processor accepts all options supported by -BibLaTeX's ~\printbibliography~ command, while the "csl" processor -accepts the following ones: +BibLaTeX's ~\printbibliography~ command. + +The "csl" processor accepts the following options: - =:keyword = :: Print only entries whose keyword field contains all given keywords.