Reputation: 21182
Is it possible to introduce dependent tasks in emacs org mode? Suppose I have three tasks Development, Test, Deploy which should be done one after another. I scheduled the first one with SCHEDULED: and DEADLINE: and want that the second is scheduled automatically after the first one is finished (e.g. I can specify offset from the first task's deadline and the duration of the second task). Or can it at least warn me that tasks overlap? Also if I move the schedule date of one task then following tasks should be moved accordingly.
Upvotes: 8
Views: 1530
Reputation: 116
Org-depend is documented on Worg: http://orgmode.org/worg/org-contrib/org-depend.html
Upvotes: 3
Reputation:
Check out org-depend, in the contrib directory of the org-mode distribution.
Upvotes: 11