From mboxrd@z Thu Jan 1 00:00:00 1970 From: anhnmncb Subject: Re: How to make a todo entry in plain text? Date: Sun, 23 Nov 2008 13:53:42 +0800 Message-ID: <87y6zbng2h.fsf@sina.com> References: <873ahjibko.fsf@sina.com> <5641883d0811221751v44166963l24f458b9c289174e@mail.gmail.com> <87abbrtb1e.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L47uy-0005w6-8y for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 00:54:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L47ux-0005uh-1R for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 00:53:59 -0500 Received: from [199.232.76.173] (port=41164 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L47uw-0005ue-V3 for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 00:53:58 -0500 Received: from main.gmane.org ([80.91.229.2]:42973 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L47uw-0004Wf-8d for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 00:53:58 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L47us-0008Ot-Mj for emacs-orgmode@gnu.org; Sun, 23 Nov 2008 05:53:54 +0000 Received: from 221.6.39.130 ([221.6.39.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Nov 2008 05:53:54 +0000 Received: from anhnmncb by 221.6.39.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 23 Nov 2008 05:53:54 +0000 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: emacs-orgmode@gnu.org Bernt Hansen writes: > "Oliver Charles" writes: > >> On Sat, Nov 22, 2008 at 11:29 PM, anhnmncb wrote: >>> For example: >>> >>> * TODO Things I need to do >>> - [] get foo1, foo2, foo3. >>> * TODO foo2 is got by this way >>> - [] do thing 2 >>> - [] ... >>> >> You haven't made your question very clear here... and I don't really >> understand what you're asking. Pardon for my poor English, if I don't expree clearly then let me know :) I need a way to make a TODO entry in plain text, not just at header >> > > The second TODO should have 2 stars My fault :) > > ,---- > | * TODO Things I need to do > | - [ ] get foo1, foo2, foo3. > | ** TODO foo2 is got by this way > | - [ ] do thing 2 > | - [ ] ... > `---- In such case, the level 2 TODO will break up my the one plain list into two. So assume that the original header is: * TODO Things I need to do [0/3] Now it will become: * TODO Things I need to do [0/1] > > I'm assuming your - [] are supposed to be checkboxes (they need a space > in there) My fault again .. > > Headlines have leading stars. Org-mode can hide leading stars but they > are still present physically in the file and are required for marking > headlines. > > -Bernt Thank you.