From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Tury Subject: how to establish relation relation between (states of) different projects? Date: Mon, 19 Jan 2009 22:52:34 +0100 Message-ID: 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 1LP22z-0003Sc-5C for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 16:52:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LP22w-0003Ru-Oa for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 16:52:40 -0500 Received: from [199.232.76.173] (port=53637 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP22w-0003Rq-Mb for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 16:52:38 -0500 Received: from mu-out-0910.google.com ([209.85.134.187]:18760) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LP22w-0004zV-7b for emacs-orgmode@gnu.org; Mon, 19 Jan 2009 16:52:38 -0500 Received: by mu-out-0910.google.com with SMTP id i2so1762137mue.6 for ; Mon, 19 Jan 2009 13:52:34 -0800 (PST) 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: emacs-orgmode@gnu.org 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? Thanks, P