From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Huang Subject: Bug: :sitemap-file-entry-format export incorrectly [7.9.3e (7.9.3e-dist @ /usr/share/emacs/site-lisp/org/)] Date: Fri, 22 Feb 2013 10:46:15 +0800 Message-ID: <87bobdxdzc.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42150) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8igZ-0006SF-Sq for emacs-orgmode@gnu.org; Thu, 21 Feb 2013 21:48:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8igW-0000cP-Iy for emacs-orgmode@gnu.org; Thu, 21 Feb 2013 21:48:31 -0500 Received: from mail-da0-f45.google.com ([209.85.210.45]:57135) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8igW-0000cG-CV for emacs-orgmode@gnu.org; Thu, 21 Feb 2013 21:48:28 -0500 Received: by mail-da0-f45.google.com with SMTP id v40so111598dad.18 for ; Thu, 21 Feb 2013 18:48:26 -0800 (PST) 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: emacs-orgmode@gnu.org Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. ------------------------------------------------------------------------ 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: ```
  • [[file:sample.org] 2013-02-22 sample.org]
``` If I set `:sitemap-file-entry-format "%t %d"`, it will be correct. Emacs : GNU Emacs 24.2.1 (i686-pc-linux-gnu, GTK+ Version 2.24.14) of 2013-01-22 on localhost Package: Org-mode version 7.9.3e (7.9.3e-dist @ /usr/share/emacs/site-lisp/org/)