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 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 wrote: > >> See this: http://www.mail-archive.com/emacs-orgmode@gnu.or

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

2010-07-29 Thread John Hendy
Whoops -- sorry for the duplicate suggestion... a bunch of messages just came through! On Thu, Jul 29, 2010 at 6:00 PM, John Hendy wrote: > See this: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg20692.html > > Key line to add in your .org header section: > > #+BIND: org-export-latex-titl

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

2010-07-29 Thread John Hendy
See this: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg20692.html Key line to add in your .org header section: #+BIND: org-export-latex-title-command "" When you do C-c C-e p the minibuffer will ask if you want to apply the BIND code. Type yes and that should do it. It's been working for

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 \maket

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

2010-07-29 Thread Nick Dokos
Xin Shi 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: > > %\author