From 0af74d33a776bbf4a87304cd1755b273abb6d279 Mon Sep 17 00:00:00 2001 From: TEC Date: Sun, 22 Jan 2023 19:44:57 +0800 Subject: [PATCH] org-manual: Fix typos in print_bibliography kwd * doc/org-manual.org (Bibliography options in the "biblatex" and "csl" export processors): In some example Org content, the "+" in the keyword prefix "#+" was missing. --- doc/org-manual.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index ce32f7740..d19f9b303 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -17133,13 +17133,13 @@ The "biblatex" and "csl" export processors support bibliography options through a property list attached to the =PRINT_BIBLIOGRAPHY= keyword. For example, -: #print_bibliography: :keyword algebra :type book +: #+print_bibliography: :keyword algebra :type book Values including spaces must be surrounded with double quotes. If you need to use a key multiple times, you can separate its values with commas, but without any space in-between: -: #print_bibliography: :keyword "algebraic logic" :nottype article,book +: #+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