[Org] No postamble in HTML export

This commit is contained in:
Daniel - 2018-09-08 10:30:39 +02:00
parent ecab60562e
commit bebcee23fa
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 4 additions and 0 deletions

View File

@ -910,6 +910,10 @@ This is done only if the value of this variable is not null."
(add-to-list 'org-latex-packages-alist
'("" "xcolor"))))
(use-package ox-html
:defer t
:config (setq org-html-postamble nil))
(use-package ox
:defer t
:config (progn