Re: [O] Accessing #+EMAIL in LaTeX Export

2014-02-04 Thread R. Michael Weylandt
On Feb 4, 2014, at 12:31, Nick Dokos wrote: > Nick Dokos writes: > >> "R. Michael Weylandt" writes: >> >>> I want org-mode to export to the "amsart" class by default. In >>> addition to the regular \title, \author, \date macros, amsart also >>> allows for "email". >>> >>> (add-to-list 'org

Re: [O] Accessing #+EMAIL in LaTeX Export

2014-02-04 Thread Nick Dokos
Nick Dokos writes: > "R. Michael Weylandt" writes: > >> I want org-mode to export to the "amsart" class by default. In >> addition to the regular \title, \author, \date macros, amsart also >> allows for "email". >> >> (add-to-list 'org-latex-classes >>'("amsart" >> "\\documentcl

Re: [O] Accessing #+EMAIL in LaTeX Export

2014-02-04 Thread Nick Dokos
"R. Michael Weylandt" writes: > On Tue, Feb 4, 2014 at 12:54 AM, Nick Dokos wrote: >> "R. Michael Weylandt" writes: >> >>> HI, >>> >>> I'm writing a latex export class which has an \email macro. >>> >>> Is it possible to autofill this macro using the #+EMAIL: property? >>> Looking at ox-latex.e

Re: [O] Accessing #+EMAIL in LaTeX Export

2014-02-04 Thread R. Michael Weylandt
On Tue, Feb 4, 2014 at 12:54 AM, Nick Dokos wrote: > "R. Michael Weylandt" writes: > >> HI, >> >> I'm writing a latex export class which has an \email macro. >> >> Is it possible to autofill this macro using the #+EMAIL: property? >> Looking at ox-latex.el, it seems that email is hardcoded to be

Re: [O] Accessing #+EMAIL in LaTeX Export

2014-02-03 Thread Nick Dokos
"R. Michael Weylandt" writes: > HI, > > I'm writing a latex export class which has an \email macro. > > Is it possible to autofill this macro using the #+EMAIL: property? > Looking at ox-latex.el, it seems that email is hardcoded to be placed > in \thanks{} but there might be a hook I'm missing.

[O] Accessing #+EMAIL in LaTeX Export

2014-02-03 Thread R. Michael Weylandt
HI, I'm writing a latex export class which has an \email macro. Is it possible to autofill this macro using the #+EMAIL: property? Looking at ox-latex.el, it seems that email is hardcoded to be placed in \thanks{} but there might be a hook I'm missing. I thought that using a {{{ email }}} macro