It would be really convenient if for certain tasks in org-mode, the subtasks could inherit the deadline of the main task. This behavior should occur in case I have not already specified a deadline for the subtask. In this way, all the subtasks would show up in my org-agenda view, with proper deadlines which are easily manipulatable.
|
feedback
|
|
How about a function for adding subtasks? This one adds a deadline to the subtask if its parent has one:
Don't forget to bind it to a key:
Also you might find these settings useful:
| |||||
feedback
|
|
Recently, this question was asked and answered on the org-mode mailing list. I'm adding that discussion here in the hopes that someone will find it useful: http://article.gmane.org/gmane.emacs.orgmode/49215 I've added that code into my .emacs in this commit: https://github.com/vedang/emacs-config/commit/1cb6c774a991d50853134d8085ca61dd12585993 | |||
|
feedback
|
|
DEADLINE is one of these properties, that are not inherited by default.
You can change that by customizing the variable | |||||
feedback
|