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: Jeremie Juste
Subject: Re: [O] How to avoid \title{} and \date{} in latex export
Date: Thu, 11 Apr 2019 21:32:11 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello Flavio,

I believe you meant

#+OPTIONS:    date:nil title:nil

Notice the "s" at the end of option

Hope this helps,

Jeremie

Flavio Leonardo Cavalcanti de Moura <address@hidden> writes:

> 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.



reply via email to

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