about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/glittershark/emacs.d/org-config.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/emacs.d/org-config.el b/users/glittershark/emacs.d/org-config.el
index 8d1b762edd..9885a8e3c9 100644
--- a/users/glittershark/emacs.d/org-config.el
+++ b/users/glittershark/emacs.d/org-config.el
@@ -95,7 +95,7 @@
     "* TODO %?\nContext %a\nIn task: %K")
    ("pw" "Windtunnel" entry
     (file+headline ,(notes-file "windtunnel.org") "Tasks")
-    "* TODO %?\nContext: %a\nIn task: %K")
+    "* TODO %i%?\nContext: %a\nIn task: %K")
 
    ("d" "Data recording")
    )