diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/org-custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-custom.el b/lisp/org-custom.el index 1037771..8c917dc 100644 --- a/lisp/org-custom.el +++ b/lisp/org-custom.el @@ -83,7 +83,7 @@ '(("t" "Todo" entry (file+headline org-default-notes-file "Tasks") "* TODO %?\n DEADLINE: %t") ("q" "Quick Notes" entry (file+headline org-default-notes-file "Quick Notes") - "* %?\Created on %U\n %i"))) + "* %?Created on %U\n %i"))) (defun org-archive-done-tasks () "Archive all done tasks in an org subtree" |