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 might work, but I keep winding up with \email{ {{{email}}} } in the produced LaTeX. Thanks for any help, Michael