From 46607fca5f523c151c8b4b9b7837cb579c929b21 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Wed, 4 Feb 2026 16:43:57 -0500 Subject: [PATCH] compat(org): remove global bibliography --- config.org | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/config.org b/config.org index 8f99129..17c6aec 100644 --- a/config.org +++ b/config.org @@ -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" ;; MLA style by default org-cite-csl--fallback-style-file - (expand-file-name "modern-language-association.csl" org-cite-csl-styles-dir) - org-cite-global-bibliography - (list (expand-file-name "library.json" org-directory)) - citar-bibliography org-cite-global-bibliography)) + (expand-file-name "modern-language-association.csl" + org-cite-csl-styles-dir))) #+end_src *** Citation Settings