branch: externals/org
commit 9a00f6cd78f711cffd24ceb48ddcb0fcfae90f16
Author: Ihor Radchenko <yanta...@posteo.net>
Commit: Ihor Radchenko <yanta...@posteo.net>

    org-cite: Clarify how multiple bibliography sources are combined
    
    * doc/org-manual.org (Citations): Clarify that all the global and
    local bibliographies are used to search citation keys.
    
    Link: https://orgmode.org/list/87fsc0gimd....@uwaterloo.ca
---
 doc/org-manual.org | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index e20a9e3db2..0ed9b58e54 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -17013,6 +17013,9 @@ more "bibliography" keywords.
 #+bibliography: "/some/file/with spaces/in its name.bib"
 #+end_example
 
+Org mode uses all the local and global bibliographies combined to
+search for citation keys.
+
 #+kindex: C-c C-x @@
 #+findex: org-cite-insert
 One can then insert and edit citations using ~org-cite-insert~, called

Reply via email to