Andrej Depperschmidt <depper...@gmail.com> writes: > Hello emacs-orgmode list! > > I am trying to prepare a talk using ox-beamer and am missing a function > that I am used to. > > In beamer latex one can for example write > > \author[speaker]{speaker \\ joint work with second author and third author} > > Then I get my name and that of my coauthors on the titlepage. My name > can then also appear (depending on the beamer theme) in the footnote on > each slide. > > Is it possible to achieve this without exporting to latex and adjusting > the corresponding entries there?
Yes, you can do the following: #+latex_header: \author[speaker]{speaker \\ joint work with second author and third author} #+latex_header: \renewcommand{\author}[1]{} It's a bit of a hack but it works... HTH, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.3-193-g334581