emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Remove postamble in exported html from org-mode


From: Nick Dokos
Subject: Re: [O] Remove postamble in exported html from org-mode
Date: Wed, 30 Dec 2015 00:46:30 -0500
User-agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.1.50 (gnu/linux)

Xin <address@hidden> writes:

> Is there any way to globally remove the postamble (author, created date, 
> etc..)
> of exported html from org-mode?
>
> I tried (setq org-html-postamble nil) in my init.el, but it doesn't work.
>

Try doing that *after* ox-html is loaded:

(eval-after-load "ox-html" (setq org-html-postamble nil))

-- 
Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]