Hi Chris, I am not able to reproduce this.
these are blocked just fine for me, at least the first time I try. If
I try again immediately, the entries do switch to other non-done
states, but not to DONE.
- Carsten
On Jan 11, 2010, at 1:07 PM, Chris Randle wrote:
Hi Carsten,
I'm using Org-mode 6.33f under GNU Emacs 22.1.1 and Windows XP Pro
SP3.
In one of my Org files, I have the line:
#+TYP_TODO: TODO NEXT WAIT PROJ | DONE NODO
But I find that, in the snippet below for example, tasks b and c are
not dependency-blocked, i.e. I can switch them to DONE or NODO when
task a remains in one of the non-DONE states.
* Parent
:PROPERTIES:
:ORDERED: t
:END:
** TODO a
** TODO b, needs to wait for (a)
** TODO c, needs to wait for (a) and (b)
If I switch from file-level TODO keywords to setting them globally
in my .emacs file, thus:
(setq org-todo-keywords
'((type "TODO" "NEXT" "WAIT" "PROJ" "|" "DONE" "NODO")))
then dependencies work as expected, i.e. tasks b and c cannot be
switched to DONE or NODO when task a is one of TODO, NEXT, WAIT or
PROJ.
Is this as intended for some reason?
--
Chris Randle
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
- Carsten
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode