Variable: org-cite-global-bibliography
org-cite-global-bibliography is a customizable variable defined in
oc.el.gz.
Value
nil
Documentation
List of bibliography files available in all documents.
File names must be absolute.
This variable was added, or its default value changed, in Org version
9.5.
Source Code
;; Defined in /usr/src/emacs/lisp/org/oc.el.gz
(defcustom org-cite-global-bibliography nil
"List of bibliography files available in all documents.
File names must be absolute."
:group 'org-cite
:package-version '(Org . "9.5")
:type '(choice (const :tag "No global bibliography" nil)
(repeat :tag "List of bibliography files"
(file :tag "Bibliography"))))