Use a default style file for CSL bibliography exports
This commit is contained in:
parent
fb149b50e0
commit
3c08160ccf
1 changed files with 3 additions and 4 deletions
7
init.el
7
init.el
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue