Improve academic org mode options

This commit is contained in:
coolneng 2021-07-02 17:07:10 +02:00
parent 977744ce59
commit b9e6c9a616
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 4 additions and 0 deletions

View File

@ -61,4 +61,8 @@
;; Set up bibliography management
(setq! +biblio-pdf-library-dir "~/Documents/Uni/TFG/bibliography/"
+biblio-default-bibliography-files '("~/Documents/Uni/TFG/assets/bibliography.bib"))
;; Add citeproc and metadata-file options to ox-latex
(add-to-list 'org-pandoc-valid-options 'citeproc)
(add-to-list 'org-pandoc-valid-options 'metadata-file)
;; Allow referencing by label in org-ref
(setq org-latex-prefer-user-labels t)