Change bibliography file location
This commit is contained in:
parent
e5fb8d625d
commit
cbc4c89161
2
+org.el
2
+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)
|
||||
|
|
Loading…
Reference in New Issue