emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Xin Shi
Subject: [Orgmode] Re: No title or date in LaTeX export
Date: Thu, 29 Jul 2010 16:52:45 -0400

Hello,

I found an answer for my question :)

#+OPTIONS: toc:nil
#+TITLE: 
#+AUTHOR: 
#+DATE: 

will do the work. 

Xin



On Thu, Jul 29, 2010 at 4:31 PM, Xin Shi <address@hidden> 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{XXXXXX}
%\date{XXXXX}
%\maketitle 

So far, I only found
#+OPTIONS: author:nil  can make:

%\author{XXXX} 

I also tried :

# Local Variables:
# org-export-latex-title-command: " "
# End:

but still saw the \maketitle .

Any suggestions?

Thanks!

Xin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]