From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Hepburn Subject: Re: No title or date in LaTeX export Date: Thu, 29 Jul 2010 15:05:04 -0600 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=38850 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OeaHx-0000kE-6B for emacs-orgmode@gnu.org; Thu, 29 Jul 2010 17:05:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OeaHs-0006oQ-FN for emacs-orgmode@gnu.org; Thu, 29 Jul 2010 17:05:12 -0400 Received: from smtp.srv.ualberta.ca ([129.128.5.19]:50254 helo=mail8.srv.ualberta.ca) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OeaHs-0006o4-8S for emacs-orgmode@gnu.org; Thu, 29 Jul 2010 17:05:08 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Xin Shi Cc: emacs-orgmode Hi Xin To get rid of this stuff, simply put the following at the top of your = org file: #+OPTIONS: author:nil #+TITLE:=20 #+DATE:=20 alternatively you can use #+TITLE:=20 #+AUTHOR:=20 #+DATE: If you use the second option, your tex file will have=20 \title{} \author{} \date{} but will not have the \maketitle command. -Neil=20 (not an expert but an inquisitive user) On 2010-07-29, at 2:31 PM, Xin Shi wrote: > Hello Experts, >=20 > When I export the org file to LaTeX, I want no title or date in the = first page. Namely, I want these lines to be commented out: >=20 > %\title{XXXXXX} > %\date{XXXXX} > %\maketitle=20 >=20 > So far, I only found > #+OPTIONS: author:nil can make: >=20 > %\author{XXXX}=20 >=20 > I also tried : >=20 > # Local Variables: > # org-export-latex-title-command: " " > # End: >=20 > but still saw the \maketitle . >=20 > Any suggestions? >=20 > Thanks! >=20 > Xin >=20 > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode