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.
> Emacs-orgmode@gnu.org
> 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.
> Emacs-orgmode@gnu.org
> 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



_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to