组织模式下的任务依赖关系

时间:2015-06-06 22:29:01

标签: emacs org-mode

我正在尝试为以下问题设置org-capture或org文件:

任务A是主要任务。它取决于次要任务B和任务C.  现在在组织议程视图中,我应该能够看到任务B和任务C.
 完成后,我应该能够在议程中看到任务A.如果可能,我想概括一下,例如任务B可以依赖于任务D和任务E。

我怎么能做到这一点?
感谢。

1 个答案:

答案 0 :(得分:5)

看看org-enforce-todo-dependencies。这是帮助字符串:

org-enforce-todo-dependencies is a variable defined in ‘org.el’.
Its value is t
Original value was nil

Documentation:
Non-nil means undone TODO entries will block switching the parent to DONE.
Also, if a parent has an :ORDERED: property, switching an entry to DONE will
be blocked if any prior sibling is not yet done.
Finally, if the parent is blocked because of ordered siblings of its own,
the child will also be blocked.