From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Export to latex ignores user-mail-address Date: Fri, 12 Mar 2010 15:21:54 +0100 Message-ID: <25308138-8F11-4ECD-A710-B5C9EF9FF004@gmail.com> References: <4B928706.20209@gmail.com> <204C45B9-FF30-4E33-8098-A20B56E5C67A@gmail.com> <4B93D8C7.8010503@gmail.com> <8C2DD5B2-DFA6-4214-A482-D594F94E8783@gmail.com> <4B9934AC.2000909@gmail.com> <4B99454D.8010003@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nq5kY-0007c9-PY for emacs-orgmode@gnu.org; Fri, 12 Mar 2010 09:22:02 -0500 Received: from [140.186.70.92] (port=38061 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nq5kX-0007c1-4T for emacs-orgmode@gnu.org; Fri, 12 Mar 2010 09:22:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nq5kW-000372-Ir for emacs-orgmode@gnu.org; Fri, 12 Mar 2010 09:22:01 -0500 Received: from mail-bw0-f219.google.com ([209.85.218.219]:51925) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nq5kW-00036t-6l for emacs-orgmode@gnu.org; Fri, 12 Mar 2010 09:22:00 -0500 Received: by bwz19 with SMTP id 19so1121319bwz.26 for ; Fri, 12 Mar 2010 06:21:58 -0800 (PST) In-Reply-To: <4B99454D.8010003@gmail.com> 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: Jambunathan K Cc: emacs-orgmode@gnu.org Fixed as well, thanks. - Carsten On Mar 11, 2010, at 8:32 PM, Jambunathan K wrote: > >> My gut feelings is that although macros are enabled for author >> string, the parsing is broken when the invocation spans multiple >> lines. > > I would like to add the following observation as well - > > ---> org input <--- > #+AUTHOR: Jambunathan K\cr\href{mailto:{{{EMAIL}}}}{{{{EMAIL}}}} > > ---> actual tex output <--- > \author{Jambunathan K\cr\href{mailto:kjambunathan@gmail.com}\{kjambunathan@gmail.com > \}} > > The above tex snippet has the effect of getting the "Url Box" wrong. > > I was hoping to produce the following line - > \author{Jambunathan K\cr\href{mailto:kjambunathan@gmail.com}{kjambunathan@gmail.com > }} > > Generally speaking, macro expansion in author string behaves > strangely. > > Thanks, > Jambunathan K. > > - Carsten