Various org export config updates

This commit is contained in:
Dimitri Lozeve 2023-09-07 12:07:24 +02:00
parent e15539c70e
commit 74f7262267

View file

@ -391,6 +391,7 @@
'(:section-numbers nil '(:section-numbers nil
:with-author nil :with-author nil
:with-toc nil)) :with-toc nil))
(setq org-mime-export-ascii 'utf-8)
(add-hook 'org-mime-html-hook (add-hook 'org-mime-html-hook
(lambda () (lambda ()
(org-mime-change-element-style (org-mime-change-element-style
@ -452,8 +453,8 @@
:custom :custom
(org-cite-global-bibliography '("~/notes/bibliography/bibliography.bib")) (org-cite-global-bibliography '("~/notes/bibliography/bibliography.bib"))
(org-cite-csl-styles-dir "~/notes/bibliography/") (org-cite-csl-styles-dir "~/notes/bibliography/")
(org-cite-export-processors '((beamer . biblatex) (org-cite-export-processors '((beamer . (biblatex))
(latex . biblatex) (latex . (biblatex))
(t . (csl "chicago-author-date.csl")))) (t . (csl "chicago-author-date.csl"))))
(org-cite-insert-processor 'citar) (org-cite-insert-processor 'citar)
(org-cite-follow-processor 'citar) (org-cite-follow-processor 'citar)