From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas S. Dye Subject: Re: Need help with HTML export custom postamble Date: Mon, 31 Aug 2015 15:36:31 -1000 Message-ID: References: <55DE96C5.9000309@dagertech.net> <55E4F166.4050908@dagertech.net> <55E4F578.7040304@dagertech.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWaVE-0001eE-3l for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 21:36:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWaVA-0004l7-TZ for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 21:36:48 -0400 Received: from gproxy10-pub.mail.unifiedlayer.com ([69.89.20.226]:48686) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZWaVA-0004kp-L3 for emacs-orgmode@gnu.org; Mon, 31 Aug 2015 21:36:44 -0400 In-reply-to: <55E4F578.7040304@dagertech.net> 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: "David A. Gershman" Cc: emacs-orgmode@gnu.org David A. Gershman writes: >> # Local Variables: >> # org-html-postamble: t >> # org-export-html-postamble-format: "Hello World" >> # End: > Either typing C-c C-c, or just opening the file will ask me about the > variables. I answer 'y', but still get the default postamble. Are you using an old Org mode, pre 8.0? I believe that's when the old org-export-* variables lost the "export" part. At any rate, the problem appears to be that org-html-postamble-format (in Org mode > 8.0) is an association list, not a string. This works for me using a recent Org mode: # Local Variables: # org-html-postamble: t # eval: (add-to-list 'org-html-postamble-format (quote ("en" "Hello World"))) # End: At least, I get the cons cell added to the association list, and the change is local to the buffer. I didn't try the export part. hth, Tom -- Thomas S. Dye http://www.tsdye.com