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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -