From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: index-title in org-publish Date: Mon, 17 Nov 2008 14:45:24 +0100 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v929.2) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L24Px-0006hM-HF for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 08:45:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L24Px-0006h9-0b for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 08:45:29 -0500 Received: from [199.232.76.173] (port=54373 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L24Pw-0006h6-R6 for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 08:45:28 -0500 Received: from ug-out-1314.google.com ([66.249.92.169]:44481) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L24Pw-0003GO-Ek for emacs-orgmode@gnu.org; Mon, 17 Nov 2008 08:45:28 -0500 Received: by ug-out-1314.google.com with SMTP id 36so502681uga.17 for ; Mon, 17 Nov 2008 05:45:27 -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 11:38 PM, Matthew Lundin wrote: > [...] My post wasn't clear. I was wondering if > org-publish-org-index could be reverted to the old behavior to produce > a file in which the first line contains the index-filename (e.g., > "Page List") in form "a" below: > > Page List <------- (a) - old behavior > > rather than > > * Page List <------- (b) new behavior > > The new behavior (b) causes the filename (e.g., "pagelist") to be > exported as the title, which results in redundant titles/headings in > the html. You can see the results new behavior at: Fixed, now, thanks. - Carsten