emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: ignotus@freemail.hu
To: emacs-orgmode@gnu.org
Subject: problem with completed todo exporting (XEmacs)
Date: Tue, 19 Jun 2007 18:14:29 +0200	[thread overview]
Message-ID: <87y7ifora2.fsf@freemail.hu> (raw)

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	other threads:[~2007-06-19 16:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-06-19 16:14 ignotus [this message]
2007-06-21  9:29 ` problem with completed todo exporting (XEmacs) Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y7ifora2.fsf@freemail.hu \
    --to=ignotus@freemail.hu \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).