emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* TODO problem with HTML publish
@ 2007-05-29  9:21 ignotus
  2007-05-29 12:32 ` Carsten Dominik
  2007-05-30 14:29 ` Carsten Dominik
  0 siblings, 2 replies; 6+ messages in thread
From: ignotus @ 2007-05-29  9:21 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

I have a todo entry that looks like this:

,----
| *** TODO something.... [0/3] [0%]
|     - [ ] a;
|     - [ ] b;
|     - [ ] c;
`----

In the TOC of the published HTML it's all right:

,----
| <li><a href="#sec-4">1.2.1 something... [0/5] [0%]</a></li>
`----

But at the actual text it is not:

,----
| <p><span class="todo">TODO</span>
| </p>
`----

I would like it to be something like <p><span class="todo">TODO</span>
something...</p>.

Do I need to configure something?  Thanks in advance!

-- 
...sutongi tti olleh

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

* Re: TODO problem with HTML publish
  2007-05-29  9:21 TODO problem with HTML publish ignotus
@ 2007-05-29 12:32 ` Carsten Dominik
  2007-05-29 12:41   ` ignotus
  2007-05-29 18:47   ` ignotus
  2007-05-30 14:29 ` Carsten Dominik
  1 sibling, 2 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-05-29 12:32 UTC (permalink / raw)
  To: ignotus; +Cc: emacs-orgmode


On May 29, 2007, at 11:21, ignotus@freemail.hu wrote:

> Hi!
>
> I have a todo entry that looks like this:
>
> ,----
> | *** TODO something.... [0/3] [0%]
> |     - [ ] a;
> |     - [ ] b;
> |     - [ ] c;
> `----
>
> In the TOC of the published HTML it's all right:
>
> ,----
> | <li><a href="#sec-4">1.2.1 something... [0/5] [0%]</a></li>
> `----
>
> But at the actual text it is not:
>
> ,----
> | <p><span class="todo">TODO</span>
> | </p>
> `----

I cannot reproduce this.  I am getting:


<h4 id="sec-1">1 <span class="todo">TODO</span> something.... [0/3] 
[0%]</h4>

- Carsten

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

* Re: TODO problem with HTML publish
  2007-05-29 12:32 ` Carsten Dominik
@ 2007-05-29 12:41   ` ignotus
  2007-05-29 18:47   ` ignotus
  1 sibling, 0 replies; 6+ messages in thread
From: ignotus @ 2007-05-29 12:41 UTC (permalink / raw)
  To: emacs-orgmode

Hi!

  > I cannot reproduce this.  I am getting:

  > <h4 id="sec-1">1 <span class="todo">TODO</span> something.... [0/3]
  > [0%]</h4>

I have org-mode 4.75 with XEmacs 21.4 (patch 19), would someone with a
similar setup try this out?  I will investigate further at weekend.

Thanks Carsten!

-- 
...sutongi tti olleh

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

* Re: TODO problem with HTML publish
  2007-05-29 12:32 ` Carsten Dominik
  2007-05-29 12:41   ` ignotus
@ 2007-05-29 18:47   ` ignotus
  2007-05-29 18:58     ` Carsten Dominik
  1 sibling, 1 reply; 6+ messages in thread
From: ignotus @ 2007-05-29 18:47 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode

>>>>> Regarding 'Re: [Orgmode] TODO problem with HTML publish'; Carsten Dominik adds:


  > <h4 id="sec-1">1 <span class="todo">TODO</span> something.... [0/3]
  > [0%]</h4>

Carsten, would you please give me some pointers about what function(s)
should I edebug (I would be interested the one that generates the todo
entry into the HTML buffer)?  It would take me considerable time to hunt
that function down:) thank you very much.

Have a nice day, Richard

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

* Re: TODO problem with HTML publish
  2007-05-29 18:47   ` ignotus
@ 2007-05-29 18:58     ` Carsten Dominik
  0 siblings, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-05-29 18:58 UTC (permalink / raw)
  To: ignotus; +Cc: emacs-orgmode

I have just tested under XEmacs, and somehow magically,
the error you report occurs.  I'll fix it.

- Carsten

On May 29, 2007, at 20:47, ignotus@freemail.hu wrote:

>>>>>> Regarding 'Re: [Orgmode] TODO problem with HTML publish'; Carsten 
>>>>>> Dominik adds:
>
>
>> <h4 id="sec-1">1 <span class="todo">TODO</span> something.... [0/3]
>> [0%]</h4>
>
> Carsten, would you please give me some pointers about what function(s)
> should I edebug (I would be interested the one that generates the todo
> entry into the HTML buffer)?  It would take me considerable time to 
> hunt
> that function down:) thank you very much.
>
> Have a nice day, Richard
>
>

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

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

* Re: TODO problem with HTML publish
  2007-05-29  9:21 TODO problem with HTML publish ignotus
  2007-05-29 12:32 ` Carsten Dominik
@ 2007-05-30 14:29 ` Carsten Dominik
  1 sibling, 0 replies; 6+ messages in thread
From: Carsten Dominik @ 2007-05-30 14:29 UTC (permalink / raw)
  To: ignotus; +Cc: emacs-orgmode

Fixed for 4.76, thanks, this was an XEmacs-only bug.

- Carsten

On May 29, 2007, at 11:21, ignotus@freemail.hu wrote:

> Hi!
>
> I have a todo entry that looks like this:
>
> ,----
> | *** TODO something.... [0/3] [0%]
> |     - [ ] a;
> |     - [ ] b;
> |     - [ ] c;
> `----
>
> In the TOC of the published HTML it's all right:
>
> ,----
> | <li><a href="#sec-4">1.2.1 something... [0/5] [0%]</a></li>
> `----
>
> But at the actual text it is not:
>
> ,----
> | <p><span class="todo">TODO</span>
> | </p>
> `----
>
> I would like it to be something like <p><span class="todo">TODO</span>
> something...</p>.
>
> Do I need to configure something?  Thanks in advance!
>
> -- 
> ...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] 6+ messages in thread

end of thread, other threads:[~2007-05-30 14:29 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-05-29  9:21 TODO problem with HTML publish ignotus
2007-05-29 12:32 ` Carsten Dominik
2007-05-29 12:41   ` ignotus
2007-05-29 18:47   ` ignotus
2007-05-29 18:58     ` Carsten Dominik
2007-05-30 14: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).