Hi Eric and Rasmus, Rasmus <ras...@gmx.us> writes:
> Eric S Fraga <e.fr...@ucl.ac.uk> writes: > >> 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. > > I think this might be the best way to do it. It's possible to omit > \maketitle by changing `org-latex-title-command'. Whether to set the > title is unfortunately not configurable at the moment, it seems. > > –Rasmus Thanks a lot. I'll use this approach. That change to the latex header I paste from the template into my org file is small enough to be acceptable. Best, Andreas