From mboxrd@z Thu Jan 1 00:00:00 1970 From: Indraneel Majumdar Subject: Omit top level heading in latex export? Date: Sun, 03 Oct 2010 19:01:38 +0530 Message-ID: <4CA885BA.8050906@indraneel.info> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=37479 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2Oeu-0007h4-0r for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 09:31:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2Oes-0001YC-Uu for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 09:31:19 -0400 Received: from mailout17.yourhostingaccount.com ([65.254.253.141]:37633) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2Oes-0001Y8-RE for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 09:31:18 -0400 Received: from mailscan19.yourhostingaccount.com ([10.1.15.19] helo=mailscan19.yourhostingaccount.com) by mailout17.yourhostingaccount.com with esmtp (Exim) id 1P2Oes-0003HY-6o for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 09:31:18 -0400 Received: from impout03.yourhostingaccount.com ([10.1.55.3] helo=impout03.yourhostingaccount.com) by mailscan19.yourhostingaccount.com with esmtp (Exim) id 1P2Oer-0004V0-Po for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 09:31:17 -0400 Received: from [59.93.192.229] (helo=[192.168.2.2]) by authsmtp01.yourhostingaccount.com with esmtpa (Exim) id 1P2Oer-0005Nf-Hl for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 09:31:17 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: orgmode Hi, I'm running into a problem with latex export. I have several essays under a top level heading "Essays". How can I export say only one essay without the top level heading "Essays" also showing up in the output as a "Section"? I want the heading of my essay to be displayed as a latex section. Is this possible in any simple way? The manual describes some option to define my own class in the .emacs file, but I couldn't understand that very well. eg. * Essays ** Essay One ** Essay Two I want to export only "Essay Two" (eg with a :export: tag) and don't want "Essays" to show up. Thanks in advance, Indraneel