From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [Worg][Bug] extra ...-source.html files in Worg Date: Fri, 22 Feb 2013 14:29:09 +0100 Message-ID: <87mwuwwk7u.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8sgf-0006IG-8s for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 08:29:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8sgc-00047O-Gn for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 08:29:17 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:35961) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8sgc-00047H-7J for emacs-orgmode@gnu.org; Fri, 22 Feb 2013 08:29:14 -0500 Received: by mail-wi0-f177.google.com with SMTP id hm14so722545wib.10 for ; Fri, 22 Feb 2013 05:29:13 -0800 (PST) In-Reply-To: (Achim Gratz's message of "Fri, 22 Feb 2013 10:40:00 +0000 (UTC)") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Achim Gratz Cc: emacs-orgmode@gnu.org Achim Gratz writes: > Something seems to run amok when Worg gets published, if you look in the sitemap > under org-tools you'll find entries for index.html, index-source.html, > index-source-source.html and so on. The documents actually exist (not showing > the source of course). This seems to happen in a few other places as well. I > don't know since when this might have been going on. Thanks for reporting this. I removed *-source.\(orgx?|html\) files from ~/git/org-mode/ and orgmode.org/worg/. On the maint branch, you can use :htmlized-source to ask `org-publish-org-to-org' to write a index.org.html htmlized file. I think the previous implementation was to write index-source.html and my guess is that there has been a recursion problem with files written to index-source.org, then index-source-source.org, etc. I'm not entirely sure, but the problem should be gone. Also, the new exporter doesn't allow :htmlized-source anymore in publishing project, but we should fix this. -- Bastien