emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How to avoid \title{} and \date{} in latex export


From: Leslie Watter
Subject: Re: [O] How to avoid \title{} and \date{} in latex export
Date: Wed, 10 Apr 2019 22:15:09 -0300

Hi Flavio,

If you export the whole file directly
#+TITLE:
should solve your problem.

But if you export the subsection only, you'll better add the following to your properties drawer:


-------
* My Section
:PROPERTIES:
:EXPORT_FILE_NAME: my-filename-that-has-a-different-name-than-the-section.pdf
:EXPORT_OPTIONS: toc:nil tags:nil <:nil ^:nil
:EXPORT_TITLE:
:EXPORT_AUTHOR:
:EXPORT_DATE:
:END:
--------

org will then remove Title, author and date.

Hope that helps.

LEslie



On Wed, Apr 10, 2019 at 1:11 PM Flavio Leonardo Cavalcanti de Moura <address@hidden> wrote:
Hello, 

My org file uses a latex class that, after exporting, is in conflict with the lines \date{} and \title{} automatically generated by orgmode latex export. I already tried the following headings for the org file:

1. 
 #+TITLE:
#+DATE:

2. 
#+TITLE:
#+option: date:nil

3.
#+option: title:nil date:nil

But in all cases the lines
\title{}
\date{}
are in the tex file automatically generated by the export engine. Is there a way to prevent the addition of these lines?

Best regards, 
Flávio.



--
Leslie H. Watter

reply via email to

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