emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] TODO dependencies and file-level keywords


From: Chris Randle
Subject: [Orgmode] TODO dependencies and file-level keywords
Date: Mon, 11 Jan 2010 12:07:47 +0000
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

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




reply via email to

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