From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Goldman Subject: Possible bug in ordered tasks Date: Fri, 18 Jun 2010 10:42:12 -0500 Message-ID: <4C1B93D4.1050000@sift.info> Reply-To: rpgoldman@sift.info Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010609060803020608040707" Return-path: Received: from [140.186.70.92] (port=43573 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OPdhw-0000ro-Sc for emacs-orgmode@gnu.org; Fri, 18 Jun 2010 11:42:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OPdhu-000526-WD for emacs-orgmode@gnu.org; Fri, 18 Jun 2010 11:42:16 -0400 Received: from mpls.sift.info ([75.146.46.193]:55343) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OPdhu-00051b-Sx for emacs-orgmode@gnu.org; Fri, 18 Jun 2010 11:42:14 -0400 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: Org Mode This is a multi-part message in MIME format. --------------010609060803020608040707 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I have found what I believe to be a bug in handling ordered subtasks. Here is the behavior: I have a top level set of tasks that is ordered. One of the outline items below the top level set is a grab bag of tasks that will be performed in parallel. So this task is NOT ordered (ORDERED: nil). The problem is that the blocking behavior from ordered tasks seems to be inherited from the top level task list into the second level of the outline, even though the ORDERED property at the second level is explicitly overridden. I am attaching an org file that displays this issue. To see the problem, put your cursor on the "Bar" task and attempt to change its status to DONE. Cheers, R --------------010609060803020608040707 Content-Type: text/plain; x-mac-type="54455854"; x-mac-creator="454D4178"; name="ordered.org" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ordered.org" * Prepare white paper :PROPERTIES: :ORDERED: t :END: ** TODO Draft outline ** TODO Writing assignments :PROPERTIES: :ORDERED: nil :END: *** DELEGATED Foo - State "DELEGATED" from "" [2010-06-18 Fri 10:32] \\ Delegated. *** TODO Bar *** TODO Baz --------------010609060803020608040707 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --------------010609060803020608040707--