Change the default bibliography file
This commit is contained in:
parent
b4818d0e20
commit
eab69da4d8
3
+org.el
3
+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)
|
||||
|
|
Loading…
Reference in New Issue