From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: index-title in org-publish Date: Sun, 16 Nov 2008 19:50:49 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L1mi2-0002kA-Ld for emacs-orgmode@gnu.org; Sun, 16 Nov 2008 13:50:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L1mi1-0002jt-HG for emacs-orgmode@gnu.org; Sun, 16 Nov 2008 13:50:57 -0500 Received: from [199.232.76.173] (port=50225 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L1mi1-0002jn-9S for emacs-orgmode@gnu.org; Sun, 16 Nov 2008 13:50:57 -0500 Received: from ey-out-1920.google.com ([74.125.78.145]:60167) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L1mhz-0001IK-Ea for emacs-orgmode@gnu.org; Sun, 16 Nov 2008 13:50:56 -0500 Received: by ey-out-1920.google.com with SMTP id 4so864063eyg.24 for ; Sun, 16 Nov 2008 10:50:52 -0800 (PST) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Matthew Lundin Cc: emacs-orgmode@gnu.org 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 (

) and "Page List" as a level two > heading (

). > > 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