emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Export to latex ignores user-mail-address


From: Jambunathan K
Subject: Re: [Orgmode] Export to latex ignores user-mail-address
Date: Fri, 12 Mar 2010 01:02:29 +0530
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Lightning/1.0b1 Thunderbird/3.0.1


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:address@hidden@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:address@hidden@gmail.com}}

Generally speaking, macro expansion in author string behaves strangely.

Thanks,
Jambunathan K.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]