From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bill White Subject: exporting unnumbered section headings? Date: Sun, 23 Nov 2008 20:41:35 -0600 Message-ID: <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 1L4SQX-0003ki-Sg for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 22:47:57 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4SQW-0003kR-BB for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 22:47:56 -0500 Received: from [199.232.76.173] (port=48496 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4SQW-0003kN-4K for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 22:47:56 -0500 Received: from webmail.wolfram.com ([140.177.205.37]:58044) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L4ROd-0004ls-F3 for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 21:41:56 -0500 Received: from billw-desktop.wolfram.com (vpnclient58.wolfram.com [140.177.99.58]) (authenticated bits=0) by webmail.wolfram.com (8.13.7/8.13.7) with ESMTP id mAO2ghJR012867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 23 Nov 2008 20:42:55 -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: emacs-orgmode@gnu.org 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 Or at the very least, heading numbers like "1.", "2." would be preferable. Is there a way to change this? Versions: - GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-11-22 on billw-desktop - Org-mode version 6.13 Initialization: (require 'org-publish) (setq org-publish-project-alist '( ("org-notes" :base-directory "~/org/" :base-extension "org" :publishing-directory "/var/www/org/" :recursive t :publishing-function org-publish-org-to-html :headline-levels 4 ; Just the default for this project. :auto-preamble t ) ("org-static" :base-directory "~/org/" :base-extension "css\\|js\\|png\\|jpg\\|gif\\|pdf\\|mp3\\|ogg\\|swf" :publishing-directory "~/public_html/" :recursive t :publishing-function org-publish-attachment) ("org" :components ("org-notes" "org-static")) )) Thanks - bw -- Bill White . billw@wolfram.com . http://members.wolfram.com/billw "No ma'am, we're musicians."