From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tury Subject: Re: how to establish relation relation between (states of) different projects? Date: Tue, 20 Jan 2009 11:42:16 +0100 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 1LPE6I-0005fP-VK for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 05:44:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPE6H-0005eU-4T for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 05:44:54 -0500 Received: from [199.232.76.173] (port=44953 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPE6G-0005eP-VG for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 05:44:52 -0500 Received: from mail-bw0-f14.google.com ([209.85.218.14]:62580) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPE6G-0005x2-IQ for emacs-orgmode@gnu.org; Tue, 20 Jan 2009 05:44:52 -0500 Received: by bwz7 with SMTP id 7so40752bwz.18 for ; Tue, 20 Jan 2009 02:44:50 -0800 (PST) In-Reply-To: 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: Manish Cc: emacs-orgmode@gnu.org 2009/1/20 Manish wrote: > On Tue, Jan 20, 2009 at 3:22 AM, Peter Tury wrote: >> 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? Not yet, thanks! I'll check it, since according to the manual ( = (info "(org) Extensions in the contrib directory") ) it might do exactly what I need! Thanks, P