emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* conditional TODOs
@ 2012-04-12 15:37 Daniel Krenn
  2012-04-12 23:36 ` Mike McLean
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel Krenn @ 2012-04-12 15:37 UTC (permalink / raw)
  To: emacs-orgmode

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?

Daniel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: conditional TODOs
  2012-04-12 15:37 conditional TODOs Daniel Krenn
@ 2012-04-12 23:36 ` Mike McLean
  2012-04-13  5:03   ` Bastien
  0 siblings, 1 reply; 3+ messages in thread
From: Mike McLean @ 2012-04-12 23:36 UTC (permalink / raw)
  To: Daniel Krenn; +Cc: emacs-orgmode

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?
> 
> Daniel
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: conditional TODOs
  2012-04-12 23:36 ` Mike McLean
@ 2012-04-13  5:03   ` Bastien
  0 siblings, 0 replies; 3+ messages in thread
From: Bastien @ 2012-04-13  5:03 UTC (permalink / raw)
  To: Mike McLean; +Cc: Daniel Krenn, emacs-orgmode

Mike McLean <mike.mclean@pobox.com> 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-04-13  5:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-12 15:37 conditional TODOs Daniel Krenn
2012-04-12 23:36 ` Mike McLean
2012-04-13  5:03   ` Bastien

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).