From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: empty LaTeX export template Date: Thu, 13 Jun 2013 08:57:49 +0100 Message-ID: <878v2ea1du.fsf@ucl.ac.uk> References: <87obbdyow4.fsf@med.uni-goettingen.de> <20130611121420.GA18792@kuru.dyndns-at-home.com> <87k3m0ztqn.fsf@med.uni-goettingen.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un3xq-0008T3-U0 for emacs-orgmode@gnu.org; Thu, 13 Jun 2013 05:37:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Un3xp-0007bZ-Gu for emacs-orgmode@gnu.org; Thu, 13 Jun 2013 05:37:06 -0400 Received: from co1ehsobe005.messaging.microsoft.com ([216.32.180.188]:46861 helo=co1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un3xp-0007bU-8C for emacs-orgmode@gnu.org; Thu, 13 Jun 2013 05:37:05 -0400 In-Reply-To: <87k3m0ztqn.fsf@med.uni-goettingen.de> (Andreas Leha's message of "Tue, 11 Jun 2013 15:01:36 +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: Andreas Leha Cc: emacs-orgmode@gnu.org 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. 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