From mboxrd@z Thu Jan 1 00:00:00 1970 From: knubee Subject: Re: agenda display of scheduled sub-tasks Date: Tue, 17 Jun 2008 01:19:26 +0000 (UTC) Message-ID: References: <20080615220427.iiii2azns4k4g0kc@webware.cc.umanitoba.ca> <20080616084132.t5h20sxdcswo4ssc@webware.cc.umanitoba.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8PrM-0003Yd-Gd for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 21:19:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8PrK-0003VW-4N for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 21:19:43 -0400 Received: from [199.232.76.173] (port=45803 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8PrK-0003VO-1Z for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 21:19:42 -0400 Received: from main.gmane.org ([80.91.229.2]:60303 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 1K8PrJ-0004Oe-RF for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 21:19:42 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K8PrE-0000kk-JJ for emacs-orgmode@gnu.org; Tue, 17 Jun 2008 01:19:40 +0000 Received: from 218-186-11-3.cache.maxonline.com.sg ([218-186-11-3.cache.maxonline.com.sg]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Jun 2008 01:19:36 +0000 Received: from knubee by 218-186-11-3.cache.maxonline.com.sg with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 17 Jun 2008 01:19:36 +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 > *Any* headline can become a TODO. Just put the point somewhere in the > headline (actually, anywhere from the headline up to the next > headline) and invoke C-c C-t. > > What are you doing such that you end up ``changing state of main task''? my bad. i believe i was having problems because i still had some remnants of the sub-task markup in the task. thus, attempts to transform sub-tasks into separate TODO items were simply updating the state of the main TODO (task). it all seems to be working now -- and it does give me the agenda view that i wanted. thanks for the tip!