From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: How to set html-postamble per file? Date: Tue, 12 Mar 2013 09:37:49 +0800 Message-ID: <87mwu98kk2.fsf@ericabrahamsen.net> References: <44B0EAE8544C834188E8790873CDE1CC84D5A297@ARCEXCHANGE.arc.local> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFE4p-0001i5-BG for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 21:32:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFE4m-0002yM-SU for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 21:32:27 -0400 Received: from plane.gmane.org ([80.91.229.3]:34159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFE4m-0002yE-MD for emacs-orgmode@gnu.org; Mon, 11 Mar 2013 21:32:24 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UFE57-0005g2-L5 for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 02:32:45 +0100 Received: from 114.250.104.196 ([114.250.104.196]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 02:32:45 +0100 Received: from eric by 114.250.104.196 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 02:32:45 +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: emacs-orgmode@gnu.org Jos'h Fuller writes: > Hi! > > In one of my *.org files, I want to change the org-export-html-postamble-format. > > Is there any way to set this in the file, like with the #+OPTIONS stuff? > The :PROPERTIES: drawer doesn't seem to work for this. > > Based on a web search, I also tried this: > > * COMMENT Local variables > > # Local Variables: > # html-postamble: "" > # End: > > I tried variants like "org-export-html-postamble", and nil and html strings, but all to no avail. Provided you're using the new exporter, which you are if you're keeping up with git development, most of the relevant commands and variables have dropped the "export" bit, so I think you're looking to set `org-html-postamble' to nil, or else `org-html-postamble-format' to the string you actually want exported. HTH, Eric