Thank you very much for all answer and advices!

Best regards, 
Flávio

On Thu, Apr 11, 2019 at 4:32 PM Jeremie Juste <jeremiejuste@gmail.com> wrote:

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 <contato@flaviomoura.mat.br> 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.