From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Org-Mode and Task Dependencies Date: Mon, 10 Mar 2014 19:20:09 -0400 Message-ID: <87a9cxbpzq.fsf@gmail.com> References: <867g81r6qe.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN9Uj-0000yz-Mx for emacs-orgmode@gnu.org; Mon, 10 Mar 2014 19:20:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WN9Uc-0000Oz-9U for emacs-orgmode@gnu.org; Mon, 10 Mar 2014 19:20:29 -0400 Received: from plane.gmane.org ([80.91.229.3]:60620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WN9Uc-0000Ok-3X for emacs-orgmode@gnu.org; Mon, 10 Mar 2014 19:20:22 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WN9Ua-0001NJ-Am for emacs-orgmode@gnu.org; Tue, 11 Mar 2014 00:20:20 +0100 Received: from pool-98-110-160-12.bstnma.fios.verizon.net ([98.110.160.12]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Mar 2014 00:20:20 +0100 Received: from ndokos by pool-98-110-160-12.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 11 Mar 2014 00:20:20 +0100 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 David Masterson writes: > Simple question -- does org-mode handle task dependencies? And, if so, > how well? In the outline form, I see you could setup parent-child > relationships between tasks. I'm looking for more of tasks that aren't > related, but are dependent on each other. > > In particular, in a parent-child relationship, you might say "THIS task > is done when all of THOSE tasks are done" whereas I'm looking for more > of a "THIS task can be started when all of THOSE tasks are done". > > How would you set this up in Org-Mode? Maybe what you are looking for is this section (info "(org) TODO dependencies") in the manual. -- Nick