From cbc4c89161f0fd4147f5be73a5425c9519d9c35f Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 28 Dec 2021 02:27:53 +0100 Subject: [PATCH] Change bibliography file location --- +org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/+org.el b/+org.el index 5a889b6..ec46197 100644 --- a/+org.el +++ b/+org.el @@ -70,7 +70,7 @@ ;; Enable listings for LaTeX export (setq org-latex-listings 't) ;; Set up bibliography management -(setq citar-bibliography '("~/Documents/Education/Other/References.bib")) +(setq citar-bibliography '("~/Documents/Education/Bibliography/references.bib")) ;; Add citeproc and metadata-file options to ox-pandoc (after! ox-pandoc (add-to-list 'org-pandoc-valid-options 'citeproc)