From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How to make a todo entry in plain text? Date: Sat, 22 Nov 2008 21:45:49 -0500 Message-ID: <87abbrtb1e.fsf@gollum.intra.norang.ca> References: <873ahjibko.fsf@sina.com> <5641883d0811221751v44166963l24f458b9c289174e@mail.gmail.com> 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 1L44zD-0003ol-0x for emacs-orgmode@gnu.org; Sat, 22 Nov 2008 21:46:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L44zB-0003oZ-Ib for emacs-orgmode@gnu.org; Sat, 22 Nov 2008 21:46:09 -0500 Received: from [199.232.76.173] (port=55682 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L44zB-0003oW-9h for emacs-orgmode@gnu.org; Sat, 22 Nov 2008 21:46:09 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:60803) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L44zB-00020m-1I for emacs-orgmode@gnu.org; Sat, 22 Nov 2008 21:46:09 -0500 In-Reply-To: <5641883d0811221751v44166963l24f458b9c289174e@mail.gmail.com> (Oliver Charles's message of "Sun\, 23 Nov 2008 01\:51\:51 +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: anhnmncb Cc: emacs-orgmode@gnu.org "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. > The second TODO should have 2 stars ,---- | * TODO Things I need to do | - [ ] get foo1, foo2, foo3. | ** TODO foo2 is got by this way | - [ ] do thing 2 | - [ ] ... `---- I'm assuming your - [] are supposed to be checkboxes (they need a space in there) 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