.emacs-my
changeset 1347 dba4aaf9de9f
parent 1346 b9df4ce57aed
child 1348 93bcfa82cb34
--- a/.emacs-my	Thu Feb 18 15:50:11 2016 +0200
+++ b/.emacs-my	Thu Feb 18 18:14:51 2016 +0200
@@ -1588,7 +1588,7 @@
    ((featurep 'org-capture)
     (setq org-default-notes-file my-org-agenda-todo-file)
     (setq org-capture-templates
-          '(("t" "Todo" entry (file my-org-agenda-todo-file) "* TODO %?\n  SCHEDULED: %T")))
+          '(("t" "Todo" entry (file my-org-agenda-todo-file) "* %?\n  SCHEDULED: %T")))
     (define-key global-map "\C-vr"
       (lambda () (interactive) (org-capture nil "t")))
     )