From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: weird interplay between enforce dependencies, stuck projects and previous subtree [8.2.10 (8.2.10-23-g1ec416-elpa @ /home/devesh/.emacs.d/elpa/org-20141208/)] Date: Mon, 10 Aug 2015 14:10:22 +0200 Message-ID: <87egjbe441.fsf@nicolasgoaziou.fr> References: <874mkdwrmt.fsf@centos7.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOlsv-00039C-CL for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 08:08:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOlst-00083v-HB for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 08:08:57 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:45596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOlss-00082j-UU for emacs-orgmode@gnu.org; Mon, 10 Aug 2015 08:08:55 -0400 In-Reply-To: <874mkdwrmt.fsf@centos7.i-did-not-set--mail-host-address--so-tickle-me> (devesh's message of "Wed, 05 Aug 2015 23:21:22 +0530") 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: devesh Cc: emacs-orgmode@gnu.org Hello, devesh writes: > When org-enforce-todo-dependencies is t, stuck projects definition is > simply '("+project" ("NEXT") nil ""), and org mode file looks like : > > * A :project: > :PROPERTIES: > :ORDERED: t > :END: > ** TODO B > * C :project: > ** TODO D > > Both A and C appear as stuck projects, which is expected behaviour. > > But if A itself becomes TODO, like below: > > * TODO A :project: > :PROPERTIES: > :ORDERED: t > :END: > ** TODO B > * C :project: > ** TODO D > > Not only A vanishes from stuck projects, but C also vanishes. No stuck > projects are shown for the above file. > > One subtree should not affect the next, even if first is ordered and > org-enforce-todo-dependencies is t. Could you update Org to latest ELPA version and test it again? It may have been fixed since then. Regards, -- Nicolas Goaziou