emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] html export question


From: Rustom Mody
Subject: Re: [O] html export question
Date: Thu, 14 Apr 2011 08:31:54 +0530

On Wed, Apr 13, 2011 at 12:28 PM, Nick Dokos <address@hidden> wrote:
> Rustom Mody <address@hidden> wrote:
>
>> On Wed, Apr 13, 2011 at 8:43 AM, Bernt Hansen <address@hidden> wrote:
>> > Rustom Mody <address@hidden> writes:
>> >
>> >> If the
>> >> $+EMAIL: address@hidden
>> >> option is set it used to appear at the bottom of the html-export.
>> >>
>> >> Does not seem to appear now.
>> >>
>> >> Is this a regression or am I missing some option?
>> >>
>> >> IOW with
>> >>
>> >> #+AUTHOR: Rusi
>> >> #+EMAIL: address@hidden
>> >>
>> >> Rusi appears in the html output but not address@hidden
>> >>
>> >> org-version 7.5
>> >> emacs 23.1 and 24.0
>> >>
>> >> Thanks
>> >> Rusi
>> >
>> > Hi Rusi,
>> >
>> > This has been fixed after the 7.5 release.  The development version of
>> > git exports the email address.
>> >
>> > Regards,
>> > Bernt
>> >
>>
>> Did a git pull just now and still its the same.
>> How do I check that we are on the same git commit?
>>
>
> You have to add an option to include the email address in the postamble:
>
> ,----
> | #+AUTHOR: foo
> | #+EMAIL: address@hidden
> | #+OPTIONS: email:t
> `----
>
> That will produce
>
> ,----
> | <div id="postamble">
> | <p class="date">Date: 2011-04-13 02:46:10 EDT</p>
> | <p class="author">Author: foo</p>
> | <p class="email"><a href="mailto:address@hidden";>address@hidden</a></p>
> | <p class="creator">Org version 7.5 with Emacs version 24</p>
> | <a href="http://validator.w3.org/check?uri=referer";>Validate XHTML 1.0</a>
> | </div>
> `----
>
> Alternatively, set org-export-html-postamble to t (by default, it's auto).

Thanks Nick. Sorry I did not look a few lines below on the same page
-- I guessed there was some (set of) options but did not know where to
look :-)

Still maybe the line in the doc

#+EMAIL: his/her email address (default from user-mail-address)

is a bit misleading -- given that the default is no email?

Rusi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]