Store Linked tasks in a headline

This commit is contained in:
Tom Willemse 2015-09-13 23:27:23 +02:00
parent 9160e39372
commit 5095638f2f

View file

@ -124,7 +124,7 @@ predecessor if there is a non-DONE sibling defined before it."
`(("t" "Task" entry (file+headline "~/documents/org/tasks" "Inbox")
"* TODO %?"
:empty-lines 1)
("T" "Linked task" entry (file "~/documents/org/tasks" "Inbox")
("T" "Linked task" entry (file+headline "~/documents/org/tasks" "Inbox")
"* TODO %?\n\n %a"
:empty-lines 1)
("a" "Appointment" entry (file "~/documents/org/tasks" "Inbox")