emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* problem with completed todo exporting (XEmacs)
@ 2007-06-19 16:14 ignotus
  2007-06-21  9:29 ` Carsten Dominik
  0 siblings, 1 reply; 2+ messages in thread
From: ignotus @ 2007-06-19 16:14 UTC (permalink / raw)
  To: emacs-orgmode

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

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

* Re: problem with completed todo exporting (XEmacs)
  2007-06-19 16:14 problem with completed todo exporting (XEmacs) ignotus
@ 2007-06-21  9:29 ` Carsten Dominik
  0 siblings, 0 replies; 2+ messages in thread
From: Carsten Dominik @ 2007-06-21  9:29 UTC (permalink / raw)
  To: ignotus; +Cc: emacs-orgmode

Both fixed, the second one was an XEmacs issue.

Thanks!

- Carsten

On Jun 19, 2007, at 18:14, ignotus@freemail.hu 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
> Emacs-orgmode@gnu.org
> 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

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

end of thread, other threads:[~2007-06-21  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-06-19 16:14 problem with completed todo exporting (XEmacs) ignotus
2007-06-21  9:29 ` Carsten Dominik

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