From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Buffer-local override of org-latex-title-command? Date: Mon, 29 Apr 2013 16:08:44 +0200 Message-ID: <87txmpjuoj.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:36619) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWolA-0005Yn-Aa for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 10:08:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWol9-0004BE-2C for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 10:08:52 -0400 Received: from mail-wi0-x22e.google.com ([2a00:1450:400c:c05::22e]:39094) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWol8-0004B1-SP for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 10:08:50 -0400 Received: by mail-wi0-f174.google.com with SMTP id m6so2795815wiv.7 for ; Mon, 29 Apr 2013 07:08:49 -0700 (PDT) In-Reply-To: (James Harkins's message of "Mon, 29 Apr 2013 20:26:48 +0800") 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: jamshark70@dewdrop-world.net Cc: emacs-orgmode@gnu.org, "Thomas S. Dye" Hello, James Harkins writes: > On Apr 29, 2013 8:23 PM, "Thomas S. Dye" wrote: >> >> James Harkins writes: >> >> > The problem is that the "org-latex-title-command" variable places >> > \maketitle before the \twocolumn[...] bit. I realize I can customize >> > the variable and make it an empty string, but I'm not sure I want this >> > to take effect for every document I export to LaTeX. >> >> Does an empty #+TITLE: do what you want? > > No, because I do need the title, but inside the \twocolumn part. I wouldn't > be able to submit the manuscript with no title. Try: #+BIND: org-latex-title-command "" This assumes `org-export-allow-bind-keywords' is non-nil. Regards, -- Nicolas Goaziou