From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike McLean Subject: Re: conditional TODOs Date: Thu, 12 Apr 2012 19:36:42 -0400 Message-ID: <74A1A225-E53C-4B69-863D-C4C5F33E95E9@pobox.com> References: <4F86F6BF.9060407@aon.at> Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:58042) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SITZe-0004Rd-B6 for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 19:37:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SITZc-0008WS-HE for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 19:37:09 -0400 Received: from a-pb-sasl-sd.pobox.com ([74.115.168.62]:53246 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SITZc-0008WO-8W for emacs-orgmode@gnu.org; Thu, 12 Apr 2012 19:37:08 -0400 In-Reply-To: <4F86F6BF.9060407@aon.at> 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: Daniel Krenn Cc: emacs-orgmode@gnu.org I typically handle this using the ordered property. -------- * Project :PROPERTIES: :ORDERED: t :END: ** VERIFY Task I am waiting on (I have a TODO state named VERIFY in my = normal setup) ** TODO Task I need to do first (after waiting) ** TODO Task I need to do second (after waiting and after the do first) ------- Note that on the VERIFY task I usually also have a person-based tag that = tells me who it is that I'm waiting on HTH Mike On Apr 12, 2012, at 11:37 AM, Daniel Krenn wrote: > I have the following situation: In a Project someone else has to do > something and I have to wait until that is finished. If it is = finished, > then there are several TODOs. How do I that in a clever way? I.e. how = to > write that future TODOs, so that they do not appear as TODOs now (e.g. > in the agenda) but only then, when the status of the project is = changed > from WAIT (until the other person has finished) to a state where I = have > to do something? >=20 > Daniel >=20