emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* TODO dependencies and file-level keywords
@ 2010-01-11 12:07 Chris Randle
  2010-01-11 12:34 ` Carsten Dominik
  0 siblings, 1 reply; 10+ messages in thread
From: Chris Randle @ 2010-01-11 12:07 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-01-12  9:46 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-11 12:07 TODO dependencies and file-level keywords Chris Randle
2010-01-11 12:34 ` Carsten Dominik
2010-01-11 13:38   ` Giovanni Ridolfi
2010-01-11 14:08     ` Giovanni Ridolfi
2010-01-11 14:52       ` David Maus
2010-01-11 16:01         ` Giovanni Ridolfi
2010-01-11 17:54           ` Carsten Dominik
2010-01-12  0:33             ` Chris Randle
2010-01-12  5:30               ` Carsten Dominik
2010-01-12  9:46             ` Giovanni Ridolfi

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).