Alan Schmitt <alan.schm...@polytechnique.org> writes: > Hello, > > I'm trying to remove the postamble in the html-export of a subtree, and > I don't know how to do it. This is what I tried:
C-h v org-e-html-postamble RET > > > #+BEGIN_SRC org > :PROPERTIES: > :EXPORT_OPTIONS: html-postamble:nil > :END: > #+END_SRC > > > (I found the name of the option in the org-e-html.el file.) > > How can I specify this option so that it only applies to a subtree? Nicolas can advise you in this regard. Why would you want to do it on per-subtree basis? > Thanks a lot, > > Alan > > --