From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcin Borkowski Subject: Re: Updated syntax for #+bind and no LaTeX \maketitle command? Date: Fri, 24 May 2013 00:57:56 +0200 Message-ID: <20130524005756.6d37a372@aga-netbook> References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40341) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfeSX-0008JW-Pk for emacs-orgmode@gnu.org; Thu, 23 May 2013 18:58:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfeSO-0006hH-Lg for emacs-orgmode@gnu.org; Thu, 23 May 2013 18:58:09 -0400 Received: from msg.wmi.amu.edu.pl ([2001:808:114:2::50]:37001) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfeSO-0006dZ-EM for emacs-orgmode@gnu.org; Thu, 23 May 2013 18:58:00 -0400 Received: from localhost (localhost [127.0.0.1]) by msg.wmi.amu.edu.pl (Postfix) with ESMTP id 946CF41D4F for ; Fri, 24 May 2013 00:57:58 +0200 (CEST) Received: from msg.wmi.amu.edu.pl ([127.0.0.1]) by localhost (msg.wmi.amu.edu.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OuQYTuR5WyxJ for ; Fri, 24 May 2013 00:57:58 +0200 (CEST) Received: from aga-netbook (jedenzero5-dziewiecosiem.echostar.pl [213.156.105.98]) by msg.wmi.amu.edu.pl (Postfix) with ESMTPSA id 6980B42082 for ; Fri, 24 May 2013 00:57:58 +0200 (CEST) In-Reply-To: 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 Dnia 2013-05-23, o godz. 17:48:59 John Hendy napisa=C5=82(a): > I sometimes don't want a title in my LaTeX exported documents and > used to use: >=20 > #+bind: org-export-latex-title-command "" >=20 > in my documents. I see that the new variable is simply > =3Dorg-latex-title-command=3D and now have: >=20 > #+bind: org-latex-title-command "" >=20 > This is still generating a \maketitle line in my .tex file. >=20 > What's the proper way to do this on Org 8.0? >=20 >=20 > Thanks! > John >=20 Hi John, with the caveat that I don't use Org exporter, so I'm not sure whether this will help: a (dirty) TeX trick would be to say \let\maketitle=3D\relax somewhere in the preamble. (\relax is TeX's no-op.) Best, --=20 Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University