From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Ridolfi Subject: Re: How to set todo-dependencies for specific org file? Date: Tue, 19 Oct 2010 16:25:22 +0200 Message-ID: <83tykiqmy5.fsf@yahoo.it> References: <84mxqcxjzm.fsf@sohu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52807 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8D8G-0004YO-WE for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 10:25:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8D7x-0003N3-0q for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 10:25:40 -0400 Received: from slim-4c.inet.it ([213.92.5.127]:55902) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8D7w-0003MU-Mk for emacs-orgmode@gnu.org; Tue, 19 Oct 2010 10:25:20 -0400 In-Reply-To: <84mxqcxjzm.fsf@sohu.com> (Water Lin's message of "Mon, 18 Oct 2010 11:22:53 +0800") 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: Water Lin Cc: emacs-orgmode@gnu.org Water Lin writes: Hi, Water Lin > I can use > --------- > (setq org-enforce-todo-dependencies t) > --------- > to set the todo dependencies for every org file. > > But I don't want to use this global way. Can I set todo-dependencies for > specific file by other way? does this help? ----------------org-file------- #+TYP_TODO: TODO NEXT WAIT PROJ | DONE NODO * [2010-01-12 mar] Parent :PROPERTIES: :ORDERED: nil :END: ** TODO a ** PROJ b, needs to wait for (a) ** NEXT c, needs to wait for (a) and (b) -------------------------------- cheers, Giovanni