From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: Omit top level heading in latex export? Date: Sun, 3 Oct 2010 09:05:44 -0700 Message-ID: References: <4CA885BA.8050906@indraneel.info> <4CA8A1DD.1010301@indraneel.info> <4CA8A5F9.5070301@indraneel.info> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=56407 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P2R4h-0007Ji-Vt for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 12:06:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P2R4f-0005xw-VI for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 12:06:07 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:55926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P2R4f-0005xs-Ll for emacs-orgmode@gnu.org; Sun, 03 Oct 2010 12:06:05 -0400 Received: by wyb36 with SMTP id 36so5553720wyb.0 for ; Sun, 03 Oct 2010 09:06:05 -0700 (PDT) In-Reply-To: <4CA8A5F9.5070301@indraneel.info> 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: Indraneel Majumdar Cc: orgmode On 3 October 2010 08:49, Indraneel Majumdar wrot= e: > > > On 2010-10-03 21:12, suvayu ali wrote: >> >> On 3 October 2010 08:31, Indraneel Majumdar >> =A0wrote: >>> >>> On 2010-10-03 20:57, suvayu ali wrote: >>>> >>>> On 3 October 2010 06:31, Indraneel Majumdar >>>> =A0wrote: >>>>> >>>>> =A0Hi, >>>>> >>>>> 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 witho= ut >>>>> 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 defin= e >>>>> my >>>>> own class in the .emacs file, but I couldn't understand that very wel= l. >>>>> 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. >>>>> >>>> What about just exporting the subtree you want? I believe the way to >>>> do that is to go to the subtree and while exporting limit the export >>>> with `1'. Hope this helps. >>>> >>> Yes, that exports the subtree (Essay Two) and also exports "Essays" (bu= t >>> not >>> "Essay One"). I do not want "Essays" to show up at all. >>> >> In that case you can try the `noexport' tag on the top level headline >> with this header `#+EXPORT_EXCLUDE_TAGS: noexport' option. I just >> tried it, seems to work pretty well. >> > Does not work for me. It blocks out the entire tree, even if I have :expo= rt: > on "Essay Two". From the manual, it seems that is how it should be. Could be a result of some setting in my setup. Only remotely relevant variable I could find was `(setq org-hierarchical-todo-statistics nil)'. I don't usually export my trees except for beamer presentations. Not sure what else you could try. Sorry. :( >>> >>> Indraneel > --=20 Suvayu Open source is the future. It sets us free.