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

2011-03-01 Thread Hsiu-Khuern Tang
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

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

2011-03-01 Thread Bastien
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

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

2011-02-28 Thread Hsiu-Khuern Tang
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

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

2011-02-26 Thread Bastien
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

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

2011-02-22 Thread Hsiu-Khuern Tang
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

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

2011-01-17 Thread Bastien
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

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

2011-01-13 Thread Lawrence Mitchell
* 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