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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -