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.