On Tue, Mar 1, 2011 at 9:36 AM, Bastien wrote:
> Hi Hsiu-Khuern,
>
> Hsiu-Khuern Tang writes:
>
>> I updated to the latest git version, but I'm still getting unescaped
>> underscores in the \thanks{} argument.
>
> I pushed another fix, please check again.
>
> --
> Bastien
>
Yes, works now, than
Hi Hsiu-Khuern,
Hsiu-Khuern Tang writes:
> I updated to the latest git version, but I'm still getting unescaped
> underscores in the \thanks{} argument.
I pushed another fix, please check again.
--
Bastien
___
Emacs-orgmode mailing list
Please u
Hi Bastien,
On Sat, Feb 26, 2011 at 8:31 AM, Bastien wrote:
> Hsiu-Khuern Tang writes:
>
>> 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 PD
Hi Hsiu-Khuern,
Hsiu-Khuern Tang writes:
> 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: first_l...@example.com
Fix
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: first_l...@example.com
Thanks,
Hsiu-Khuern.
On Mon, Jan 17, 2011 at 11:21 A
Hi Lawrence,
Lawrence Mitchell 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 o
* org-latex.el (org-export-latex-make-header): Export email in
author line if `org-export-email-info' is non-nil.
Previously exporting to LaTeX would not include the document author's
email address when org-export-email-info was set. This patch corrects
this oversight using the \thanks command to