Fix CSL file location
This commit is contained in:
parent
39085a1879
commit
61aef2004c
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -773,7 +773,7 @@
|
|||
(org-cite-global-bibliography '("~/notes/bibliography/bibliography.bib"))
|
||||
(org-cite-export-processors '((beamer . biblatex)
|
||||
(latex . biblatex)
|
||||
(t . (csl "chicago-author-date.csl"))))
|
||||
(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