Nicolas Goaziou <n.goaz...@gmail.com> writes:

> You can't specify this option at the subtree level, because you can't
> specify it with neither a keyword nor an options item.
>
> The property :html-postamble is defined with the following line:
>
>      (:html-postamble nil nil org-e-html-postamble)
>
> Its default value is `org-e-html-postamble'. The third element (nil) is
> the place to define an option item. For example, with:
>
>     (:html-postamble nil "html-postamble" org-e-html-postamble)
>
> your syntax should be valid, along with the global:
>
>     #+OPTIONS: html-postamble:nil
>
> This is now the case in master (along with #+OPTIONS: html-preamble:nil).

Ah, I understand better how properties are defined now. Thanks a lot.

Alan

Reply via email to