Do not place TODO keyword before task. Without it agenda show file
name which is more meaningful!
--- 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")))
)