emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Thomas S. Dye <tsd@tsdye.com>
To: "David A. Gershman" <gershman@dagertech.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: Need help with HTML export custom postamble
Date: Mon, 31 Aug 2015 15:36:31 -1000	[thread overview]
Message-ID: <m2pp22vs2o.fsf@tsdye.com> (raw)
In-Reply-To: <55E4F578.7040304@dagertech.net>


David A. Gershman <gershman@dagertech.net> 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

  reply	other threads:[~2015-09-01  1:36 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27  4:49 Need help with HTML export custom postamble David A. Gershman
2015-08-27  6:19 ` Thomas S. Dye
2015-09-01  0:29   ` David A. Gershman
2015-09-01  0:38     ` Thomas S. Dye
2015-09-01  0:46       ` David A. Gershman
2015-09-01  1:36         ` Thomas S. Dye [this message]
2015-09-01  1:49           ` Need help with HTML export custom postamble [SOLVED] David A. Gershman
2015-09-01 15:19             ` Nick Dokos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2pp22vs2o.fsf@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=gershman@dagertech.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).