On Tue, Feb 4, 2014 at 12:54 AM, Nick Dokos ndo...@gmail.com wrote:
R. Michael Weylandt michael.weyla...@gmail.com 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
R. Michael Weylandt michael.weyla...@gmail.com writes:
On Tue, Feb 4, 2014 at 12:54 AM, Nick Dokos ndo...@gmail.com wrote:
R. Michael Weylandt michael.weyla...@gmail.com writes:
HI,
I'm writing a latex export class which has an \email macro.
Is it possible to autofill this macro using the
Nick Dokos ndo...@gmail.com writes:
R. Michael Weylandt michael.weyla...@gmail.com 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
On Feb 4, 2014, at 12:31, Nick Dokos ndo...@gmail.com wrote:
Nick Dokos ndo...@gmail.com writes:
R. Michael Weylandt michael.weyla...@gmail.com 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
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
R. Michael Weylandt michael.weyla...@gmail.com 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