emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] exporting unnumbered section headings?


From: Sebastian Rose
Subject: Re: [Orgmode] exporting unnumbered section headings?
Date: Mon, 24 Nov 2008 05:02:35 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)


Globally:

M-x org-export-with-section-numbers


Per Project:

 (require 'org-publish)
 (setq org-publish-project-alist
       '(
         ("org-notes"
         :section-numbers nil
...



See
   http://orgmode.org/manual/Publishing-options.html#Publishing-options



Bill White <address@hidden> 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
>
> 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

-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover

Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.rose emma-stil de, sebastian_rose gmx de
Http:  www.emma-stil.de




reply via email to

[Prev in Thread] Current Thread [Next in Thread]