From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Suppressing some header numbers during export Date: Wed, 25 Feb 2009 13:51:18 +0100 Message-ID: <3FA07E82-0866-4894-A5BA-D5BE66BF9162@uva.nl> References: Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LcJEQ-00060A-Nq for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 07:51:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LcJEO-0005zD-Tb for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 07:51:22 -0500 Received: from [199.232.76.173] (port=52614 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LcJEO-0005z5-Of for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 07:51:20 -0500 Received: from fg-out-1718.google.com ([72.14.220.155]:16766) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LcJEO-0008QZ-Aq for emacs-orgmode@gnu.org; Wed, 25 Feb 2009 07:51:20 -0500 Received: by fg-out-1718.google.com with SMTP id l27so253544fgb.30 for ; Wed, 25 Feb 2009 04:51:19 -0800 (PST) In-Reply-To: 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: Jeff Putsch Cc: emacs-orgmode@gnu.org On Feb 24, 2009, at 8:32 PM, Jeff Putsch wrote: > I have an org-mode file that has several headers: > > * Revision History > * Approvals > * Introduction ... > * Overall Description ... > * System Features ... > > That when exporting numbers all headers. This behavior is expected. > > I'd like to prevent the first to headers from getting numbered > during export to html and/or latex, and starting the numbering, at > number 1, with the Introduction. > > Is this possible, or must I post-process the HTML and .tex files? This is not possible currently with Org. You can turn of numbering entirely with #+OPTIONS: num:nil but not partially for individual headlines. - Carsten