From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: exporting unnumbered section headings? Date: Sun, 23 Nov 2008 23:29:54 -0600 Message-ID: References: <87ej113kww.fsf@wolfram.com> 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 1L4U4Z-0003Jz-H4 for emacs-orgmode@gnu.org; Mon, 24 Nov 2008 00:33:23 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4U4W-0003Gm-GI for emacs-orgmode@gnu.org; Mon, 24 Nov 2008 00:33:21 -0500 Received: from [199.232.76.173] (port=55167 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4U4W-0003GS-8L for emacs-orgmode@gnu.org; Mon, 24 Nov 2008 00:33:20 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:56664) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4U1P-0007on-B1 for emacs-orgmode@gnu.org; Mon, 24 Nov 2008 00:30:07 -0500 In-Reply-To: <87ej113kww.fsf@wolfram.com> (Bill White's message of "Sun\, 23 Nov 2008 20\:41\:35 -0600") 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: Bill White Cc: emacs-orgmode@gnu.org Hi Bill Bill White writes: > Hi all - > > Inspired by other posts on the list recently, I'm setting up an > org-based website. So far I've been able to change everything to suit > me except numbered html section headings - I'd prefer unnumbered > headings, if possible. For example, this: > > WRI stuff > Emacs stuff > > instead of this: > > 1 WRI stuff > 2 Emacs stuff > Add this to your "org-notes" project config: :section-numbers nil Matt