emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: A much simpler way of handling dependent tasks


From: Rainer Stengele
Subject: [Orgmode] Re: A much simpler way of handling dependent tasks
Date: Fri, 30 Jan 2009 16:02:46 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.17) Gecko/20080914 Lightning/0.8 Thunderbird/2.0.0.17 Mnenhy/0.7.5.666

John Wiegley schrieb:
> I've been wanting a simple method for managing dependent tasks for some
> time now, and only now did it occur to me that I could just implement a
> much simpler method using your current blocking mechanism.
> 
> The attached file, confusingly named org-depends.el, implements the
> following scheme:
> 
>  1. Any TODO which has incomplete child TODOs is blocked.
> 
>  2. If a parent TODO has the ORDERED property, it's children must be
>     completed in order.  Undone siblings block later siblings.
> 
>  3. Blocked items are greyed out in the agenda list.
> 
> John
> 
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

John Wiegley schrieb:
> I've been wanting a simple method for managing dependent tasks for some
> time now, and only now did it occur to me that I could just implement a
> much simpler method using your current blocking mechanism.
>
> The attached file, confusingly named org-depends.el, implements the
> following scheme:
>
>  1. Any TODO which has incomplete child TODOs is blocked.
>
>  2. If a parent TODO has the ORDERED property, it's children must be
>     completed in order.  Undone siblings block later siblings.
>
>  3. Blocked items are greyed out in the agenda list.
>
> John
>
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Excellent feature! Thanks a lot!
Unfortunately most of the times I do use this approach:

* TODO something [0/3]
  - [ ] part 1
  - [ ] part 2
  - [ ] part 3

I would like to get the blocking behavior for the checklist also.

"Any TODO which has incomplete child items is blocked."

Even better would additionally be something like:

"Any TODO having at least one item checked is allows the TODO to be set to the
next possible state, for me it would be 'INWORK'."

Any chance to get at least the blocker feature - the order feature would at
least for me be lower priority?


Rainer





reply via email to

[Prev in Thread] Current Thread [Next in Thread]