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 _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode