From b9e6c9a616fab3f6097637b525d6a08de4b27cc8 Mon Sep 17 00:00:00 2001 From: coolneng Date: Fri, 2 Jul 2021 17:07:10 +0200 Subject: [PATCH] Improve academic org mode options --- +org.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/+org.el b/+org.el index f80222e..91d4247 100644 --- a/+org.el +++ b/+org.el @@ -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)