Robert Nikander <robert.nikan...@icloud.com> writes: > I’m trying to use todo dependencies. I created the following tree, and set > the variable to `t` by evaluating the setq expression. But nothing changes. I > can use S-<RIGHT> to cycle the TODO state of “Test Project" (none - TODO - > DONE) even though the children items are not DONE. Is that expected? > > ** TODO Test Project > :PROPERTIES: > :ORDERED: t > :END: > Test org-enforce-todo-dependencies. (setq org-enforce-todo-dependencies t)
This variable is supposed to be set via customization interface or via setopt/custom-set-variables. Or before loading Org. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>