From bebcee23fac0e1529c0c85dd6404d76c3acca70b Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 8 Sep 2018 10:30:39 +0200 Subject: [PATCH] [Org] No postamble in HTML export --- site-lisp/db-org.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site-lisp/db-org.el b/site-lisp/db-org.el index d292e3a..38daa32 100644 --- a/site-lisp/db-org.el +++ b/site-lisp/db-org.el @@ -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