compat(org): remove global bibliography

This commit is contained in:
Kiana Sheibani 2026-02-04 16:43:57 -05:00
parent 4402f8245f
commit 46607fca5f
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -3955,10 +3955,8 @@ Let's start with some configuration. I use [[https://www.zotero.org/][Zotero]] t
(setq org-cite-csl-styles-dir "~/Zotero/styles" (setq org-cite-csl-styles-dir "~/Zotero/styles"
;; MLA style by default ;; MLA style by default
org-cite-csl--fallback-style-file org-cite-csl--fallback-style-file
(expand-file-name "modern-language-association.csl" org-cite-csl-styles-dir) (expand-file-name "modern-language-association.csl"
org-cite-global-bibliography org-cite-csl-styles-dir)))
(list (expand-file-name "library.json" org-directory))
citar-bibliography org-cite-global-bibliography))
#+end_src #+end_src
*** Citation Settings *** Citation Settings