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.
This commit is contained in:
TEC 2023-01-22 19:44:57 +08:00 committed by Ihor Radchenko
parent 4b546e04af
commit 0af74d33a7
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 2 additions and 2 deletions

View File

@ -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