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)