summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-09-13 23:27:23 +0200
committerGravatar Tom Willemse2015-09-13 23:27:23 +0200
commit5095638f2fcc3db69a91af3e5290f5ca2f0cc619 (patch)
treec155e33a5206961c9d6c455043636d6b3449a3d1 /emacs
parent9160e39372a1c96619f45d92a8c2d7aa2769d429 (diff)
downloaddotfiles-5095638f2fcc3db69a91af3e5290f5ca2f0cc619.tar.gz
dotfiles-5095638f2fcc3db69a91af3e5290f5ca2f0cc619.zip
Store Linked tasks in a headline
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/site-lisp/org-init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/site-lisp/org-init.el b/emacs/.emacs.d/site-lisp/org-init.el
index 02d21de..dcf9471 100644
--- a/emacs/.emacs.d/site-lisp/org-init.el
+++ b/emacs/.emacs.d/site-lisp/org-init.el
@@ -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")