emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* index-title in org-publish
@ 2008-11-16 16:51 Matthew Lundin
  2008-11-16 18:50 ` Carsten Dominik
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew Lundin @ 2008-11-16 16:51 UTC (permalink / raw)
  To: emacs-orgmode


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

         

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-11-17 13:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-16 16:51 index-title in org-publish Matthew Lundin
2008-11-16 18:50 ` Carsten Dominik
2008-11-16 22:38   ` Matthew Lundin
2008-11-17 11:59     ` Sebastian Rose
2008-11-17 12:37       ` Carsten Dominik
2008-11-17 13:45     ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).