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
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
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
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: