From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Subtasks are blocked in todo-items of ordered projects. Bug? Date: Tue, 21 Jun 2011 11:15:03 +0000 (UTC) Message-ID: <87vcvztpfa.fsf@mean.albasani.net> References: <20110620155011.5fe773ea@hsdev.com> <87fwn4f51i.fsf@norang.ca> <20110621105945.5ecfd641@hsdev.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36028) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYyvP-0001mI-JP for emacs-orgmode@gnu.org; Tue, 21 Jun 2011 07:15:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QYyvO-0001s0-57 for emacs-orgmode@gnu.org; Tue, 21 Jun 2011 07:15:19 -0400 Received: from lo.gmane.org ([80.91.229.12]:35137) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QYyvN-0001rr-Ts for emacs-orgmode@gnu.org; Tue, 21 Jun 2011 07:15:18 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QYyvM-0001qJ-S9 for emacs-orgmode@gnu.org; Tue, 21 Jun 2011 13:15:16 +0200 Received: from e178226090.adsl.alicedsl.de ([85.178.226.90]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jun 2011 13:15:16 +0200 Received: from gegendosenfleisch by e178226090.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 21 Jun 2011 13:15:16 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Marcel van der Boom writes: [...] > That will allow me to work on the subitems in parallel. Obvious > disadvantage is that the subproject as such can only have a > 'count' or 'percentage' but not a 'state' and thus cannot be tracked > anymore. > > Any other suggestions for a way to work on subitems in parallel with the > 'main tasks'? Strictly speaking, there is no "parallel" working on subitems or tasks in an ordered Tree; thats why I only use it for situations where there is really no alternative order than the way it is laid out in front of me. Did you try org-depend.el in contrib/ ? It offers a much more flexibel way of handling dependencies. OTOH, this flexibility naturally needs more manual intervention to set things up than `C-c C-x o'. Memnon