From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Updated syntax for #+bind and no LaTeX \maketitle command? Date: Fri, 24 May 2013 01:47:59 -0400 Message-ID: <87li75ylm8.fsf@pierrot.dokosmarshall.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfkrM-0006u3-Tb for emacs-orgmode@gnu.org; Fri, 24 May 2013 01:48:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UfkrL-000298-Ic for emacs-orgmode@gnu.org; Fri, 24 May 2013 01:48:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:40403) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UfkrL-000289-BM for emacs-orgmode@gnu.org; Fri, 24 May 2013 01:48:11 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UfkrJ-0004Fy-UZ for emacs-orgmode@gnu.org; Fri, 24 May 2013 07:48:09 +0200 Received: from pool-108-7-96-134.bstnma.fios.verizon.net ([108.7.96.134]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 May 2013 07:48:09 +0200 Received: from ndokos by pool-108-7-96-134.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 May 2013 07:48:09 +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 John Hendy writes: > I sometimes don't want a title in my LaTeX exported documents and used to use: > > #+bind: org-export-latex-title-command "" > > in my documents. I see that the new variable is simply > =org-latex-title-command= and now have: > > #+bind: org-latex-title-command "" > > This is still generating a \maketitle line in my .tex file. > > What's the proper way to do this on Org 8.0? > > I suspect this is the same problem as the one discussed in the following: http://thread.gmane.org/gmane.emacs.orgmode/72085 Nicolas suggested using a file local variable for that problem and I've verified that that solution also works for this one. Just add --8<---------------cut here---------------start------------->8--- # Local Variables: # org-latex-title-command: "" # End: --8<---------------cut here---------------end--------------->8--- at the end of your file. -- Nick