From mboxrd@z Thu Jan 1 00:00:00 1970 From: "R. Michael Weylandt" Subject: Accessing #+EMAIL in LaTeX Export Date: Mon, 3 Feb 2014 23:30:03 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48441) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAXeU-0001T0-Qo for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 23:30:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAXeT-0005jD-Sv for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 23:30:26 -0500 Received: from mail-la0-x234.google.com ([2a00:1450:4010:c03::234]:43477) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAXeT-0005j7-L4 for emacs-orgmode@gnu.org; Mon, 03 Feb 2014 23:30:25 -0500 Received: by mail-la0-f52.google.com with SMTP id c6so6044682lan.39 for ; Mon, 03 Feb 2014 20:30:24 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "emacs-orgmode@gnu.org" 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