Allow inclusion of author's email in LaTeX export
commitf705ab0966356988be625f694ae8407ac43fd25b
authorLawrence Mitchell <wence@gmx.li>
Thu, 13 Jan 2011 19:29:39 +0000 (13 19:29 +0000)
committerBastien Guerry <bzg@altern.org>
Mon, 17 Jan 2011 18:58:56 +0000 (17 19:58 +0100)
treebc7719fdccbda0271095d01e6d8399e2cfc7383d
parentf4984b32058ea4deadb8354f2685e32bf86cc73e
Allow inclusion of author's email in LaTeX export

* org-latex.el (org-export-latex-make-header): Export email in
author line if `org-export-email-info' is non-nil.

Previously exporting to LaTeX would not include the document author's
email address when org-export-email-info was set.  This patch corrects
this oversight using the \thanks command to add a footnote to the
author line.
lisp/org-latex.el