emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] TODO dependencies and file-level keywords


From: Carsten Dominik
Subject: Re: [Orgmode] TODO dependencies and file-level keywords
Date: Mon, 11 Jan 2010 13:34:43 +0100

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.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten







reply via email to

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