From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: Export to latex ignores user-mail-address Date: Fri, 12 Mar 2010 01:02:29 +0530 Message-ID: <4B99454D.8010003@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> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Npo7k-00056G-V7 for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 14:32:49 -0500 Received: from [140.186.70.92] (port=52532 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Npo7j-00053u-TU for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 14:32:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Npo7j-0001Re-Gh for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 14:32:47 -0500 Received: from mail-px0-f204.google.com ([209.85.216.204]:38711) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Npo7j-0001Ra-CF for emacs-orgmode@gnu.org; Thu, 11 Mar 2010 14:32:47 -0500 Received: by pxi42 with SMTP id 42so33015pxi.26 for ; Thu, 11 Mar 2010 11:32:46 -0800 (PST) In-Reply-To: <4B9934AC.2000909@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: Carsten Dominik Cc: emacs-orgmode@gnu.org > 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.