From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: :sitemap-file-entry-format export incorrectly [7.9.3e (7.9.3e-dist @ /usr/share/emacs/site-lisp/org/)] Date: Sat, 23 Feb 2013 15:00:21 +0100 Message-ID: <871uc7f7uy.fsf@bzg.ath.cx> References: <87bobdxdzc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56411) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9FeN-0000q2-3V for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 09:00:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U9FeK-0007vc-Ve for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 09:00:26 -0500 Received: from mail-wi0-f172.google.com ([209.85.212.172]:36829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U9FeK-0007vK-Ai for emacs-orgmode@gnu.org; Sat, 23 Feb 2013 09:00:24 -0500 Received: by mail-wi0-f172.google.com with SMTP id ez12so1916192wid.11 for ; Sat, 23 Feb 2013 06:00:23 -0800 (PST) In-Reply-To: <87bobdxdzc.fsf@gmail.com> (Richard Huang's message of "Fri, 22 Feb 2013 10:46:15 +0800") 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: Richard Huang Cc: emacs-orgmode@gnu.org Hi Richard, Richard Huang writes: > When I use `org-publish-current-project` to generate a sitemap with > `:sitemap-file-entry-format "%d %t"` option, > > the sitemap.org looks like this: > ``` > #+TITLE: Sitemap for project blog > > + [[file:sample.org][2013-02-22 sample.org]] > ``` > > then it will be exported to sitemap.html, incorrectly, looks like > this: This should be fixed now, please let us know. Thanks for reporting this issue! -- Bastien