Re: [Orgmode] Combination of 'ordered' property and 'scheduled' hides TODO items.

2010-04-04 Thread mrb
On Sun 04-Apr-2010 09:07 Carsten Dominik wrote: > you would have to write your own functions for the blocker hook and > install it instead of the default one. If would not be so hard - > basically call the default blocker hook function and then test > yourself if the entry is scheduled, an

[Orgmode] Combination of 'ordered' property and 'scheduled' hides TODO items.

2010-03-31 Thread mrb
Hi, I'm using the ORDERED property in some/most of my projects and generally hide BLOCKED items everywhere except in a special list of blocked items which I review with some regularity. Overall, this works fine, org nicely filters out what is possible to work on and hides others. I'd like to make

Re: [Orgmode] Automatic tagging based on # of todo items as children

2010-02-17 Thread mrb
On Tue 16-Feb-2010 05:53 Carsten Dominik wrote: > there is not simple other way, because only when making TODO > statistics are the TODO children counted. You can hook into `org- > after-todo-state-change-hook' with a function that moves back up to > the parent and then counts children with

[Orgmode] Automatic tagging based on # of todo items as children

2010-02-15 Thread mrb
Hi, I would like to have org-mode assist me in tagging headlines with a 'prj' tag if that headline contains more than one todo item. It does not matter if the items are completed or not, if it has more than one task as its children, I would like to have it tagged with 'prj' I came up with this: