emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Bug: :sitemap-file-entry-format export incorrectly [7.9.3e (7.9.3e-d


From: Richard Huang
Subject: [O] 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

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:
```
<ul>
<li>[[file:sample.org] <span class="timestamp-wrapper"> <span 
class="timestamp">2013-02-22 sample.org</span></span>]
</li>
</ul>
```

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]