From: "David A. Gershman" <gershman@dagertech.net>
To: emacs-orgmode@gnu.org
Subject: Re: Need help with HTML export custom postamble [SOLVED]
Date: Mon, 31 Aug 2015 18:49:02 -0700 [thread overview]
Message-ID: <55E5040E.7060508@dagertech.net> (raw)
In-Reply-To: <m2pp22vs2o.fsf@tsdye.com>
*argh* I remember that variation of postamble in my readings...didn't
think to try it. Thank you!!!
I attempted the export as well and it worked as expected. I appreciate
your patience!
FWIW, yes, I'm on the latest Org (8.3.1) and Emacs 24.4.1 (Debian Jessie).
On 08/31/2015 06:36 PM, Thomas S. Dye wrote:
> 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
>
next prev parent reply other threads:[~2015-09-01 1:48 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
2015-09-01 1:49 ` David A. Gershman [this message]
2015-09-01 15:19 ` Need help with HTML export custom postamble [SOLVED] 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55E5040E.7060508@dagertech.net \
--to=gershman@dagertech.net \
--cc=emacs-orgmode@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.