From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: how to establish relation relation between (states of) different projects? Date: Tue, 20 Jan 2009 16:03:14 +0530 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPDv4-0001CD-Og for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 05:33:18 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPDv3-0001BW-2r for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 05:33:18 -0500 Received: from [199.232.76.173] (port=58889 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPDv2-0001BN-CY for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 05:33:16 -0500 Received: from ti-out-0910.google.com ([209.85.142.189]:48283) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPDv1-0004n5-ST for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 05:33:16 -0500 Received: by ti-out-0910.google.com with SMTP id u5so2440666tia.10 for ; Tue, 20 Jan 2009 02:33:14 -0800 (PST) In-Reply-To: Content-Disposition: inline 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: Peter Tury Cc: emacs-orgmode@gnu.org On Tue, Jan 20, 2009 at 3:22 AM, Peter Tury wrote: > Hi > > is this possible in a simple way? I mean the following. Many times > some (otherwise "idependent") projects relate to each other somehow. > E.g. I have proj-x and proj-y on the same level: they are not under > each other, so neither of them is a "subproject" of the other. Let's > say proj-x must reach state A (e.g. a specific TODO must be DONE under > proj-x) before proj-y can go forward. Can I somehow code this into my > .org file? E.g. I would like to SCHEDULE one of proj-y's TASK to the > next day when a given TASK of proj-x's is DONE. How to do this easily? Have you seen org-depend.el in contrib directory? -- Manish