From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: empty LaTeX export template Date: Thu, 13 Jun 2013 18:10:06 +0200 Message-ID: <877ghyyotd.fsf@med.uni-goettingen.de> References: <87obbdyow4.fsf@med.uni-goettingen.de> <20130611121420.GA18792@kuru.dyndns-at-home.com> <87k3m0ztqn.fsf@med.uni-goettingen.de> <878v2ea1du.fsf@ucl.ac.uk> <871u86cecf.fsf@pank.home> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50171) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnA6T-00076t-KP for emacs-orgmode@gnu.org; Thu, 13 Jun 2013 12:10:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnA6R-0001rx-Fr for emacs-orgmode@gnu.org; Thu, 13 Jun 2013 12:10:25 -0400 Received: from plane.gmane.org ([80.91.229.3]:32971) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnA6R-0001rk-8b for emacs-orgmode@gnu.org; Thu, 13 Jun 2013 12:10:23 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UnA6O-0007W3-Pq for emacs-orgmode@gnu.org; Thu, 13 Jun 2013 18:10:20 +0200 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Jun 2013 18:10:20 +0200 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 13 Jun 2013 18:10:20 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Eric and Rasmus, Rasmus writes: > Eric S Fraga writes: > >> Andreas Leha 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