From eab69da4d8c8e5511399bf71d12bc3f9b22c1e68 Mon Sep 17 00:00:00 2001 From: coolneng Date: Mon, 22 Nov 2021 20:17:25 +0100 Subject: [PATCH] Change the default bibliography file --- +org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/+org.el b/+org.el index 43bd4f9..5a889b6 100644 --- a/+org.el +++ b/+org.el @@ -70,8 +70,7 @@ ;; Enable listings for LaTeX export (setq org-latex-listings 't) ;; Set up bibliography management -(setq! +biblio-pdf-library-dir "~/Documents/Uni/TFG/bibliography/" - +biblio-default-bibliography-files '("~/Documents/Uni/TFG/assets/bibliography.bib")) +(setq citar-bibliography '("~/Documents/Education/Other/References.bib")) ;; Add citeproc and metadata-file options to ox-pandoc (after! ox-pandoc (add-to-list 'org-pandoc-valid-options 'citeproc)