From mboxrd@z Thu Jan 1 00:00:00 1970 From: knubee Subject: Re: agenda display of scheduled sub-tasks Date: Mon, 16 Jun 2008 07:51:08 +0000 (UTC) Message-ID: References: <20080615220427.iiii2azns4k4g0kc@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 1K89Uw-0004N0-CM for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 03:51:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K89Uu-0004Mb-8A for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 03:51:29 -0400 Received: from [199.232.76.173] (port=44638 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K89Uu-0004MY-3I for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 03:51:28 -0400 Received: from mx20.gnu.org ([199.232.41.8]:31931) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K89Ut-0003MT-Dy for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 03:51:27 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K89Up-00043T-Q4 for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 03:51:24 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1K89Ui-0007Vv-Aj for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 07:51:16 +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 ; Mon, 16 Jun 2008 07:51:16 +0000 Received: from knubee by 218-186-11-3.cache.maxonline.com.sg with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 16 Jun 2008 07:51:16 +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 > Try making Sub-tasks A and B TODO items. Doesn't that do more or less > what you want? oh, that sounds promising -- if you mean "create the sub-tasks as sub-TODO items." (i do want the sub-tasks grouped as sub-tasks under the tasks). if this is what you mean, how to accomplish this? my attempts to create TODO items as sub-tasks under an existing task result in things like: changing state of main task to "done", etc. > (It won't show the sub-tasks as [0/2], but then that > wouldn't be accurate---neither sub-task has 2 components.) that's ok. i am actually not too concerned about whether the solution provides an indicator of number/percentage of sub-tasks completed. thanks.