emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] index-title in org-publish


From: Carsten Dominik
Subject: Re: [Orgmode] index-title in org-publish
Date: Sun, 16 Nov 2008 19:50:49 +0100


On Nov 16, 2008, at 5:51 PM, Matthew Lundin wrote:


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

Hi Matt,

from your post it is not clear to me what you would like to have changed. Also in this iisues are usually follow Sebastian Rose's adice who also made the change you are mentioning. Sebastian, could you chime in here?

- Carsten





reply via email to

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