From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Export to latex ignores user-mail-address Date: Tue, 9 Mar 2010 18:10:57 +0100 Message-ID: <8C2DD5B2-DFA6-4214-A482-D594F94E8783@gmail.com> References: <4B928706.20209@gmail.com> <204C45B9-FF30-4E33-8098-A20B56E5C67A@gmail.com> <4B93D8C7.8010503@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 1Np7Ny-0001KE-5s for emacs-orgmode@gnu.org; Tue, 09 Mar 2010 16:54:42 -0500 Received: from [140.186.70.92] (port=40409 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Np7Nw-0001Iv-Oa for emacs-orgmode@gnu.org; Tue, 09 Mar 2010 16:54:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Np7Nw-0004fS-3B for emacs-orgmode@gnu.org; Tue, 09 Mar 2010 16:54:40 -0500 Received: from mail-ew0-f216.google.com ([209.85.219.216]:38436) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Np7Nv-0004fC-VC for emacs-orgmode@gnu.org; Tue, 09 Mar 2010 16:54:40 -0500 Received: by ewy8 with SMTP id 8so892431ewy.8 for ; Tue, 09 Mar 2010 13:54:38 -0800 (PST) In-Reply-To: <4B93D8C7.8010503@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 On Mar 7, 2010, at 5:48 PM, Jambunathan K wrote: > Hi Carsten > > What can I do to get the email address automagically as in the > header as below: > > ... [Snipped from Wikibook] .... > > \title{How to Structure a \LaTeX{} Document} > \author{Andrew Roberts\\ > \texttt{andyr@comp.leeds.ac.uk}} > \date{\today} > \maketitle > > Ascii export does plugin the email-address based on email property. > Shouldn't (org-export-latex-make-header ...) test the email > property and emit the required latex line? Maybe this will work: AUTHOR: Andrew Roberts\newline\texttt{{{{EMAIL}}}}} > > Btw, I would like to thank you and all other contributors for making > available this wonderful module. > > Jambunathan K. > > > On 3/7/2010 8:54 PM, Carsten Dominik wrote: >> Hi Jambunathan, >> >> that is because \maketitle does not show an email address. >> >> - Carsten >> >> On Mar 6, 2010, at 5:47 PM, Jambunathan K wrote: >> >>> I am seeing latex export honors user-full-name but not user-mail- >>> address. >>> >>> The document header goes something like. >>> >>> #+TITLE: My Title >>> #+DESCRIPTION: >>> #+STARTUP: showall >>> #+LaTeX: \setlength\parindent{0.0in} >>> #+LaTeX: \setlength\parskip{0.1in} >>> >>> orgmode-version is 6.33x - Emacs 23.1.91.1 (i386-mingw-nt5.1.2600). >>> >>> >>> >>> >>> >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Please use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> >> - Carsten >> >> >> > - Carsten - Carsten