From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: new exporter: remove postamble in html of export subtree Date: Thu, 22 Nov 2012 14:53:13 +0100 Message-ID: References: <87ehjn9qnz.fsf@gmail.com> <87y5htdag6.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbXDV-0004fE-Rr for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 08:53:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbXDR-0004qZ-F4 for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 08:53:21 -0500 Received: from mail1-relais-roc.national.inria.fr ([192.134.164.82]:16810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbXDR-0004nK-7l for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 08:53:17 -0500 In-Reply-To: <87y5htdag6.fsf@gmail.com> (Nicolas Goaziou's message of "Thu, 22 Nov 2012 14:38:33 +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: Nicolas Goaziou Cc: emacs-orgmode , Jambunathan K Nicolas Goaziou 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