From 61aef2004cad29df4ba33a4df5fe62e6cb184cfc Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Wed, 26 Apr 2023 16:08:23 +0200 Subject: [PATCH] Fix CSL file location --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 68109f5..ee9f8c7 100644 --- a/init.el +++ b/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)