emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] index-title in org-publish


From: Matthew Lundin
Subject: [Orgmode] index-title in org-publish
Date: Sun, 16 Nov 2008 10:51:31 -0600
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (darwin)

Carsten,

Thanks so much for fixing the open buffer problem with auto-index was
turned on in org-publish. All buffers now close properly after
publishing.

There is a new behavior in auto-index with 6.12. The index-title now
is written in the index-file as a heading, rather than the first line
of text.

Let's say I have the following options in org-publish-project-alist:

...
        :auto-index t
        :index-filename "pagelist.org"
        :index-title "Page List"
...

In earlier versions of org-publish, auto-index resulted in a
pagelist.org that looked like this:

Page List

     + [[file1.org][File One]]
     + [[file2.org][File Two]]
     
With 6.12, it creates a pagelist.org file that looks like this:

* Page List
  
     + [[file1.org][File One]]
     + [[file2.org][File Two]]

In the latter instance, the published html has the name of the
file--"pagelist"--as the title (<h1>) and "Page List" as a level two
heading (<h2>).

Thanks! (And sorry to bother you with such a minor issue...)

Matt

         






reply via email to

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