From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: new exporter: remove postamble in html of export subtree Date: Wed, 21 Nov 2012 16:19:36 +0530 Message-ID: <87ehjn9qnz.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb7pu-0001Fs-0x for emacs-orgmode@gnu.org; Wed, 21 Nov 2012 05:47:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tb7pm-0003sN-GC for emacs-orgmode@gnu.org; Wed, 21 Nov 2012 05:47:17 -0500 Received: from mail-da0-f41.google.com ([209.85.210.41]:35127) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tb7pm-0003s0-9g for emacs-orgmode@gnu.org; Wed, 21 Nov 2012 05:47:10 -0500 Received: by mail-da0-f41.google.com with SMTP id e20so1614465dak.0 for ; Wed, 21 Nov 2012 02:47:09 -0800 (PST) In-Reply-To: (Alan Schmitt's message of "Wed, 21 Nov 2012 10:19:04 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Alan Schmitt Cc: emacs-orgmode Alan Schmitt 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 > > --