From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: TODO dependencies and file-level keywords Date: Mon, 11 Jan 2010 14:38:08 +0100 Message-ID: <83r5pw69tr.fsf@yahoo.it> References: <4B4B1493.3070104@amlog.co.uk> <5BEA9D3F-F3F7-4CDC-B5D1-6EA299403D76@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUKSr-0003pB-1K for emacs-orgmode@gnu.org; Mon, 11 Jan 2010 08:37:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUKSm-0003nQ-Em for emacs-orgmode@gnu.org; Mon, 11 Jan 2010 08:37:48 -0500 Received: from [199.232.76.173] (port=53459 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUKSm-0003nJ-9p for emacs-orgmode@gnu.org; Mon, 11 Jan 2010 08:37:44 -0500 Received: from slim-4c.inet.it ([213.92.5.127]:60038) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUKSl-0007KL-2S for emacs-orgmode@gnu.org; Mon, 11 Jan 2010 08:37:44 -0500 In-Reply-To: <5BEA9D3F-F3F7-4CDC-B5D1-6EA299403D76@gmail.com> (Carsten Dominik's message of "Mon, 11 Jan 2010 13:34:43 +0100") 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: Carsten Dominik , emacs-orgmode@gnu.org, Chris Randle Carsten Dominik writes: > Hi Chris, I am not able to reproduce this. I can reproduce it [beware, with 6.33trans 2010-01-08 version!] Carsten, I will update to 6.34trans in few minutes and post the results. Org-mode version 6.33trans (6.33trans) GNU Emacs 23.1.1 (i386-mingw-nt5.1.2600) of 2009-07-30 on SOFT-MJASON Windows XP Pro SP3 steps to reproduce: Open a new org file Yank Chris's configuration >> #+TYP_TODO: TODO NEXT WAIT PROJ | DONE NODO >> >> >> * Parent >> :PROPERTIES: >> :ORDERED: t >> :END: >> ** TODO a >> ** TODO b, needs to wait for (a) >> ** TODO c, needs to wait for (a) and (b) C-c C-c on the #+TYP line to reload org-mode leave "TODO" line b and c, change line "a" with S--> the TODO state is not blocked. Does bloking work out of the box or should I configure some variable? cheers, Giovanni