From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: TODO problem with HTML publish Date: Tue, 29 May 2007 14:32:46 +0200 Message-ID: References: <87wsys9e9i.fsf@freemail.hu> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ht0sb-0004KP-8T for emacs-orgmode@gnu.org; Tue, 29 May 2007 08:32:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ht0sa-0004JD-Ff for emacs-orgmode@gnu.org; Tue, 29 May 2007 08:32:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ht0sa-0004J3-9B for emacs-orgmode@gnu.org; Tue, 29 May 2007 08:32:48 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ht0sZ-0004jW-VT for emacs-orgmode@gnu.org; Tue, 29 May 2007 08:32:48 -0400 In-Reply-To: <87wsys9e9i.fsf@freemail.hu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: ignotus@freemail.hu Cc: emacs-orgmode@gnu.org 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: > > ,---- > |
  • 1.2.1 something... [0/5] [0%]
  • > `---- > > But at the actual text it is not: > > ,---- > |

    TODO > |

    > `---- I cannot reproduce this. I am getting:

    1 TODO something.... [0/3] [0%]

    - Carsten