From 74f72622671ec03fcbc3502acaa61f7ea76de30a Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Thu, 7 Sep 2023 12:07:24 +0200 Subject: [PATCH] Various org export config updates --- init.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index b40b3f0..20aef2b 100644 --- a/init.el +++ b/init.el @@ -391,6 +391,7 @@ '(:section-numbers nil :with-author nil :with-toc nil)) + (setq org-mime-export-ascii 'utf-8) (add-hook 'org-mime-html-hook (lambda () (org-mime-change-element-style @@ -452,8 +453,8 @@ :custom (org-cite-global-bibliography '("~/notes/bibliography/bibliography.bib")) (org-cite-csl-styles-dir "~/notes/bibliography/") - (org-cite-export-processors '((beamer . biblatex) - (latex . biblatex) + (org-cite-export-processors '((beamer . (biblatex)) + (latex . (biblatex)) (t . (csl "chicago-author-date.csl")))) (org-cite-insert-processor 'citar) (org-cite-follow-processor 'citar)