Store Linked tasks in a headline
This commit is contained in:
parent
9160e39372
commit
5095638f2f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue