emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] [PATCH] Allow inclusion of author's email in LaTeX export


From: Hsiu-Khuern Tang
Subject: Re: [Orgmode] [PATCH] Allow inclusion of author's email in LaTeX export
Date: Tue, 22 Feb 2011 13:25:27 -0800

Hi,

I noticed that special characters in the email, such as an underscore,
are not escaped.  This causes LaTeX errors.

To reproduce, put this line at the top of an org file and try to
export to PDF via LaTeX:

#+EMAIL: address@hidden

Thanks,
Hsiu-Khuern.


On Mon, Jan 17, 2011 at 11:21 AM, Bastien <address@hidden> wrote:
> Hi Lawrence,
>
> Lawrence Mitchell <address@hidden> writes:
>
>> * org-latex.el (org-export-latex-make-header): Export email in
>> author line if `org-export-email-info' is non-nil.
>
> Thanks a lot - I just applied a slightly modified version of your
> patch.
>
> The trick is to use (plist-get opt-plist :email-info) instead of
> `org-export-email-info' so that in-buffer options are taken into
> account.
>
> Thanks for submitting this!
>
> --
>  Bastien
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>



reply via email to

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