Re: [Orgmode] No title or date in LaTeX export

2010-08-02 Thread Xin Shi
Hello, Thank you all ! :) Xin On Thu, Jul 29, 2010 at 7:01 PM, John Hendy jw.he...@gmail.com wrote: Whoops -- sorry for the duplicate suggestion... a bunch of messages just came through! On Thu, Jul 29, 2010 at 6:00 PM, John Hendy jw.he...@gmail.com wrote: See this:

Re: [Orgmode] No title or date in LaTeX export

2010-07-29 Thread Nick Dokos
Xin Shi shixin...@gmail.com wrote: Hello Experts, 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: %\title{XX} %\date{X} %\maketitle  So far, I only found #+OPTIONS: author:nil  can make:

Re: [Orgmode] No title or date in LaTeX export

2010-07-29 Thread Neil Hepburn
Hi Xin To get rid of this stuff, simply put the following at the top of your org file: #+OPTIONS: author:nil #+TITLE: #+DATE: alternatively you can use #+TITLE: #+AUTHOR: #+DATE: If you use the second option, your tex file will have \title{} \author{} \date{} but will not have the