Various org export config updates
This commit is contained in:
parent
e15539c70e
commit
74f7262267
1 changed files with 3 additions and 2 deletions
5
init.el
5
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue