Reputation: 2290
I write a lot of files in org-mode of Emacs which is awesome. I started to do writing of scientific papers in org-mode. But: the article has several authors.
I used
#+AUTHOR: Author 1, Author 2
It exports to Latex correctly.
However, I need emails and institutions of the authors. Can I do it directly in org-mode?
the command
#+EMAIL: email1, email2
picks the last one.
Upvotes: 9
Views: 5014
Reputation: 2605
#+EMAIL: [email protected], [email protected]
works correctly here (Org 7.8.09).
Upvotes: 3