On Thursday, 18 Feb 2016 at 10:05, Prakash Nayak wrote: > I have this setup in my Orgmode doc and it doesn't export the author > affiliations to latex or pdf.
I've never used authblk but I would imagine that you are expected to define the authors *before* the \begin{document} line in the generated LaTeX. Using a latex block (and, by the way, depending on the version of org you are using, the syntax for these has changed), you will be generating LaTeX which will appear *after* the beginning of the document. I think you want to put each of the \author and \affil lines in the header: #+latex_header: \author[1]{Author One} #+latex_header: \affil[1]{Guided Therapeutics Centre} etc. Give this a try. -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.91.1, Org release_8.3.3-619-gca1fb8