emacs - org-capture date deadlines -


my projects deadline driven. want create org-capture template need input deadline date project head line once, , deadlines of subtasks in template calculated project's deadline. example.

;; org-capture template  ** project %? deadline: %^{project deadline}t   <- how can use prompt calculate deadlines subtasks below *** todo task 1 deadline < 5 months before project headline's prompt>  *** todo task 2 deadline <1 months before project headline's prompt> 

i don't want prompt deadline each subtask in template since each project has 20 subtasks.

is there way cache date entered in project's dead line %^{project deadline}t ?


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -