emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] problem with completed todo exporting (XEmacs)


From: ignotus
Subject: [Orgmode] problem with completed todo exporting (XEmacs)
Date: Tue, 19 Jun 2007 18:14:29 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Constant Variable, linux)

Hi Carsten & All!

I have a problem with the export of completed todo items.

> ------------------------------------------------------------------------

Oh, while trying to create a quick test case I found another bug, I
think it is related to the last-byte-of-the-buffer-should-be-newline
mentioned on this list.  To reproduce create an empty org buffer like
this:

,----
| *** TODO baz<pointhere>
`----

Now press C-c C-d then RET, you get this:

,----
| *** TODO baz    DEADLINE: <2007-06-19 Tue>
`----

Instead of this:

,----
| *** TODO baz
|     DEADLINE: <2007-06-19 Tue>
`----

> ------------------------------------------------------------------------

Ok, back to my bug (it may be XEmacs related?):

,----
| * foo
| 
| *** DONE bar
|     DEADLINE: <2007-06-19 Tue> CLOSED: [2007-06-19 Tue 18:09]
| 
| *** TODO baz
|     DEADLINE: <2007-06-19 Tue>
`----

Now export this to HTML, the relevant part of the resulting HTML code
(my comments below):

,----
| <h2>Table of Contents</h2>
| <ul>
| <li><a href="#sec-1">1 foo</a>
| <ul>
| <li>
| <ul>
| <li><a href="#sec-2">1.0.1 bar</a></li>
| <li><a href="#sec-3">1.0.2 baz</a></li>
| </ul>
| </li>
| </ul>
| </li>
| </ul>
| 
| <h2 id="sec-1">1 foo</h2>
| 
| 
| <p>
| <span class="done">DONE</span>
| <span class="timestamp-kwd">DEADLINE: </span> <span
| class="timestamp">2007-06-19 Tue</span> <span
| class="timestamp-kwd">CLOSED: </span> <span class="timestam
| p">2007-06-19 Tue 18:09</span><br/>
| </p>
| 
| <h4 id="sec-2">1.0.1 <span class="todo">TODO</span> baz</h4>
| 
| <p><span class="timestamp-kwd">DEADLINE: </span> <span
| class="timestamp">2007-06-19 Tue</span><br/>
| </p>
`----

There is no <h4> around the completed item, and no #sec-2 jump tag.
Sec-2 went to baz (which according to the toc should be #sec-3).

-- 
...sutongi tti olleh




reply via email to

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