Re: [O] conditional TODOs

2012-04-12 Thread Bastien
Mike McLean writes: > I typically handle this using the ordered property. Yes, and for more complex dependencies, there is org-depend.el in the contrib/ directory. -- Bastien

Re: [O] conditional TODOs

2012-04-12 Thread Mike McLean
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

[O] conditional TODOs

2012-04-12 Thread Daniel Krenn
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)