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 02:36:46 -0400 Message-ID: <87hahszxxd.fsf@pierrot.dokosmarshall.org> References: <87li75ylm8.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uflce-0006vI-8P for emacs-orgmode@gnu.org; Fri, 24 May 2013 02:37:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uflcd-0000nG-6a for emacs-orgmode@gnu.org; Fri, 24 May 2013 02:37:04 -0400 Received: from plane.gmane.org ([80.91.229.3]:40196) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uflcd-0000mu-0r for emacs-orgmode@gnu.org; Fri, 24 May 2013 02:37:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UflcY-00032P-Nc for emacs-orgmode@gnu.org; Fri, 24 May 2013 08:36:58 +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 08:36:58 +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 08:36:58 +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 Nick Dokos writes: >> #+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 > > # Local Variables: > # org-latex-title-command: "" > # End: > > at the end of your file. No, I'm wrong: it's not the same problem. And using BIND should work in this case, assuming that it is allowed. Check the value of org-export-allow-bind-keywords. If nil, then BIND keywords seem to be ignored silently. -- Nick