diff options
-rw-r--r-- | users/glittershark/emacs.d/org-config.el | 4 |
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 e5e194860cab..17c2c6ddcd87 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) |