From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Latex export, unnumbered sections Date: Mon, 26 Jan 2009 07:33:39 -0500 Message-ID: <87hc3mutzw.fsf@gollum.intra.norang.ca> References: <878wozqtap.fsf@selenimh.orion.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LRW0D-00037M-Pr for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 13:16:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LRW0C-000374-Vi for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 13:16:05 -0500 Received: from [199.232.76.173] (port=53714 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LRW0C-00036y-Ky for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 13:16:04 -0500 Received: from mx20.gnu.org ([199.232.41.8]:54206) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LRW0C-0000UM-3p for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 13:16:04 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LRQhC-0000XX-FN for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 07:36:06 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-02-bos.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1LRQer-000Kdr-VI for emacs-orgmode@gnu.org; Mon, 26 Jan 2009 12:33:42 +0000 Received: from gollum.intra.norang.ca (gollum.intra.norang.ca [192.168.1.5]) by mail.norang.ca (8.13.8/8.13.8/Debian-3) with ESMTP id n0QCXdBo028437 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 26 Jan 2009 07:33:40 -0500 Received: from gollum.intra.norang.ca (localhost [127.0.0.1]) by gollum.intra.norang.ca (8.14.3/8.14.3/Debian-5) with ESMTP id n0QCXdj0005112 for ; Mon, 26 Jan 2009 07:33:39 -0500 In-Reply-To: <878wozqtap.fsf@selenimh.orion.org> (Nicolas Goaziou's message of "Sun\, 25 Jan 2009 16\:50\:06 +0100") 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: emacs-orgmode@gnu.org Nicolas Goaziou writes: > I'm running into some kind of problem with my "export as latex and > process as pdf" setup. I would like to have all my headings numbered > but a few ones. Sadly, I don't know about any mean to specify > individually what header should be exported as starred or not. > > I still can export to latex, edit it and then process it as pdf, but, > being the lazy type, I'd rather have it done "automagically". > > So, am I missing an obvious option ? Has someone already solved that ? > > Thanks for any insight. Can you give a short example of what it is you are trying to accomplish? In the export options the H: value states how many heading levels to export ,----[ top of one of my exported org files ] | #+OPTIONS: H:2 num:t toc:2 \n:nil todo:t @:t ::t |:t ^:nil -:t f:t *:t TeX:t LaTeX:nil skip:t d:nil tags:t `---- You can't specify individually which headlines should and shouldn't be exported as numbered headlines as far as I know. -Bernt