emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bug: :sitemap-file-entry-format export incorrectly [7.9.3e (7.9.3e-dist @ /usr/share/emacs/site-lisp/org/)]
@ 2013-02-22  2:46 Richard Huang
  2013-02-23 14:00 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Huang @ 2013-02-22  2:46 UTC (permalink / raw)
  To: emacs-orgmode


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Bug: :sitemap-file-entry-format export incorrectly [7.9.3e (7.9.3e-dist @ /usr/share/emacs/site-lisp/org/)]
  2013-02-22  2:46 Bug: :sitemap-file-entry-format export incorrectly [7.9.3e (7.9.3e-dist @ /usr/share/emacs/site-lisp/org/)] Richard Huang
@ 2013-02-23 14:00 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2013-02-23 14:00 UTC (permalink / raw)
  To: Richard Huang; +Cc: emacs-orgmode

Hi Richard,

Richard Huang <richard.h.huachao@gmail.com> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-02-23 14:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-22  2:46 Bug: :sitemap-file-entry-format export incorrectly [7.9.3e (7.9.3e-dist @ /usr/share/emacs/site-lisp/org/)] Richard Huang
2013-02-23 14:00 ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).