Do not place TODO keyword before task. Without it agenda show file
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 18 Feb 2016 18:14:51 +0200
changeset 1347 dba4aaf9de9f
parent 1346 b9df4ce57aed
child 1348 93bcfa82cb34
Do not place TODO keyword before task. Without it agenda show file name which is more meaningful!
.emacs-my
--- 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")))
     )