From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremie Juste Subject: Re: How to avoid \title{} and \date{} in latex export Date: Thu, 11 Apr 2019 21:32:11 +0200 Message-ID: <87sguofidg.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:54816) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hEfQm-0000zE-Vs for emacs-orgmode@gnu.org; Thu, 11 Apr 2019 15:32:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hEfQm-0001Uq-0E for emacs-orgmode@gnu.org; Thu, 11 Apr 2019 15:32:16 -0400 Received: from mail-wr1-x42d.google.com ([2a00:1450:4864:20::42d]:34554) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hEfQl-0001TV-JA for emacs-orgmode@gnu.org; Thu, 11 Apr 2019 15:32:15 -0400 Received: by mail-wr1-x42d.google.com with SMTP id p10so8881705wrq.1 for ; Thu, 11 Apr 2019 12:32:14 -0700 (PDT) In-Reply-To: (Flavio Leonardo Cavalcanti de Moura's message of "Wed, 10 Apr 2019 12:24:58 -0300") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Flavio Leonardo Cavalcanti de Moura Cc: emacs-orgmode@gnu.org 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 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=C3=A1vio.