about summary refs log tree commit diff
path: root/users/glittershark
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark')
-rw-r--r--users/glittershark/emacs.d/org-config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/users/glittershark/emacs.d/org-config.el b/users/glittershark/emacs.d/org-config.el
index e5e194860c..17c2c6ddcd 100644
--- a/users/glittershark/emacs.d/org-config.el
+++ b/users/glittershark/emacs.d/org-config.el
@@ -42,7 +42,7 @@
 
    ("m" "Email" entry
     (file +org-default-todo-file)
-    "* TODO [[%l][%:subject]] :email:\n%i")
+    "* TODO [%l[%:subject]] :email:\n%i")
 
    ("n" "Notes" entry
     (file +org-default-todo-file)
@@ -52,7 +52,7 @@
 
    ("c" "Task note" entry
     (clock)
-    "* %U %?\n%i[[%l][Context]]\n"
+    "* %U %?\n%i[%l[Context]]\n"
     :kill-buffer t
     :unnarrowed t)