emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] problem with completed todo exporting (XEmacs)


From: Carsten Dominik
Subject: Re: [Orgmode] problem with completed todo exporting (XEmacs)
Date: Thu, 21 Jun 2007 11:29:24 +0200

Both fixed, the second one was an XEmacs issue.

Thanks!

- Carsten

On Jun 19, 2007, at 18:14, address@hidden wrote:

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


_______________________________________________
Emacs-orgmode mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477





reply via email to

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