From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Re: [PATCH] Allow inclusion of author's email in LaTeX export Date: Mon, 28 Feb 2011 15:47:20 -0800 Message-ID: References: <1294928979-14439-1-git-send-email-wence@gmx.li> <877he31gkp.fsf@gnu.org> <87vd06bvvb.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=54555 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PuCoF-0001JZ-6W for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 18:47:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PuCoE-0008Mc-4t for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 18:47:23 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:40250) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PuCoE-0008MR-23 for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 18:47:22 -0500 Received: by iyf13 with SMTP id 13so4616118iyf.0 for ; Mon, 28 Feb 2011 15:47:20 -0800 (PST) In-Reply-To: <87vd06bvvb.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: emacs-orgmode@gnu.org 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. =A0This 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_last@example.com > > Fixed, thanks. > > -- > =A0Bastien I updated to the latest git version, but I'm still getting unescaped underscores in the \thanks{} argument. From the output of "git log", I think the change was supposed to be in commit 0c7d8e615a931e6db222cf7667c1a8d6968b2007, but I couldn't find the code change that affects this. Best, Hsiu-Khuern.