From a2538eba67edce33add0d784049204f234085195 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 10 Oct 2022 16:12:49 +0200 Subject: [PATCH] Update the bibliography file --- +org.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/+org.el b/+org.el index da2652d..9509611 100644 --- a/+org.el +++ b/+org.el @@ -81,7 +81,8 @@ :after ox-latex) (setq org-latex-src-block-backend 'engraved) ;; Set up bibliography management -(setq citar-bibliography '("~/Documents/Education/Bibliography/references.bib")) +(setq org-cite-global-bibliography '("~/Documents/Uni/Thesis/docs/bibliography.bib") + citar-bibliography org-cite-global-bibliography) ;; Add citeproc and metadata-file options to ox-pandoc (after! ox-pandoc (add-to-list 'org-pandoc-valid-options 'citeproc)