From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: Removing the title in LaTeX export Date: Mon, 14 Jul 2014 16:24:16 +0200 Message-ID: <8761j0rpbj.fsf@free.fr> References: <87ion2vguq.fsf@free.fr> <877g3gxhwq.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6hBG-0006Ew-V1 for emacs-orgmode@gnu.org; Mon, 14 Jul 2014 10:24:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X6hB9-0002MO-TX for emacs-orgmode@gnu.org; Mon, 14 Jul 2014 10:24:38 -0400 Received: from plane.gmane.org ([80.91.229.3]:44663) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X6hB9-0002LU-MA for emacs-orgmode@gnu.org; Mon, 14 Jul 2014 10:24:31 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1X6hB8-0002Qm-0E for emacs-orgmode@gnu.org; Mon, 14 Jul 2014 16:24:30 +0200 Received: from 37.163.246.68 ([37.163.246.68]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Jul 2014 16:24:29 +0200 Received: from j.cubizolles by 37.163.246.68 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Jul 2014 16:24:29 +0200 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Rasmus writes: > Julien Cubizolles writes: > >> Is there a way to remove the title from during a LaTeX export? the >> ":with-toc nil" keyword in org-publish-project-alist removes the table >> of contents but I "with-title nil" doesn't seem to be recognized. > > Does this give you what you want? > > #+TITLE: > * test > > It will suppress \maketitle. > > If you always want to suppress it Thom's suggestion may suit you > better. I want to suppress it selectively, depending on the export backend used, so Thom's way, in org-publish-project-alist, works best for me. Julien.