Andreas Leha <andreas.l...@med.uni-goettingen.de> writes: > [...] > To use this I do: > #+OPTIONS: toc:nil author:nil skip:nil > #+LATEX_CLASS: bare > #+LATEX_HEADER: % everything from the template > > One problem remains, though: orgmode keeps messing with the title. > [...] > So, my follow-up question is: How can I get orgmode to not fiddle with > the title in a LaTeX export?
A simple hack is to redefine \title in the header, noting that the exporter puts the title specification *after* all the latex_header lines in the latex file. In one case, I needed the title to be right at the top of the page so I did the following: #+latex_header: \title{\vspace*{-1.5cm}Workplan}\renewcommand{\title}[1]{} Note that the title command is redefined to do nothing. HTH, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.3-193-g334581