From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: HTML Export sets postamble although variable configured to "No postamble" => SOLVED Date: Tue, 19 Feb 2013 18:44:02 +0100 Message-ID: <5123B9E2.9010405@online.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7rEi-0008PZ-HI for emacs-orgmode@gnu.org; Tue, 19 Feb 2013 12:44:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7rEf-0000Ot-5m for emacs-orgmode@gnu.org; Tue, 19 Feb 2013 12:44:11 -0500 Received: from moutng.kundenserver.de ([212.227.126.186]:59412) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7rEe-0000NA-SU for emacs-orgmode@gnu.org; Tue, 19 Feb 2013 12:44:09 -0500 In-Reply-To: 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 Cc: emacs-orgmode@gnu.org Am 19.02.2013 16:21, schrieb Rainer Stengele: > Hi all, > > my HTML Export adds a postamble although I have it deactivated. > Proof Excerpt from : > > C-h v org-export-html-postamble > > Org Export Html Postamble: Value Menu No postamble > State : SAVED and set. > > What else should I do? > > Sorry to ask if I missed it, but where can I find the documentation for > the new exporter? In the manual I am looking for a replacement for "C-c > C-e t" - that is insert export options. > Please help. > > Thanks, > Rainer > > > Reading Bastiens latest postings helped: Set org-html-postamble to nil. Works! Thanks Bastien. Rainer