Change bibliography file location

This commit is contained in:
coolneng 2021-12-28 02:27:53 +01:00
parent e5fb8d625d
commit cbc4c89161
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 1 deletions

View File

@ -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)