Use a default style file for CSL bibliography exports

This commit is contained in:
Dimitri Lozeve 2022-06-15 18:18:31 +02:00
parent fb149b50e0
commit 3c08160ccf

View file

@ -799,12 +799,11 @@
(use-package citar
:straight t
:no-require
:custom
(org-cite-global-bibliography '("~/notes/bibliography/bibliography.bib"))
(org-cite-export-processors '((beamer biblatex)
(latex biblatex)
(t csl)))
(org-cite-export-processors '((beamer . biblatex)
(latex . biblatex)
(t . (csl "~/notes/bibliography/chicago-author-date.csl"))))
(org-cite-insert-processor 'citar)
(org-cite-follow-processor 'citar)
(org-cite-activate-processor 'citar)