From: Bill White <billw@wolfram.com>
To: emacs-orgmode@gnu.org
Subject: exporting unnumbered section headings?
Date: Sun, 23 Nov 2008 20:41:35 -0600 [thread overview]
Message-ID: <87ej113kww.fsf@wolfram.com> (raw)
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."
next reply other threads:[~2008-11-24 3:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-24 2:41 Bill White [this message]
2008-11-24 4:02 ` exporting unnumbered section headings? Sebastian Rose
2008-11-24 13:50 ` Bill White
2008-11-24 5:29 ` Matthew Lundin
2008-11-24 15:53 ` Bill White
2008-11-24 23:02 ` Sebastian Rose
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ej113kww.fsf@wolfram.com \
--to=billw@wolfram.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.