Add started to main agenda view.

This commit is contained in:
Ivan Malison 2015-09-27 11:39:57 -07:00
parent 290acd42d5
commit 44ec5d5835

View File

@ -1088,6 +1088,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
(org-agenda-cmp-user-defined 'org-cmp-creation-times) (org-agenda-cmp-user-defined 'org-cmp-creation-times)
(org-agenda-sorting-strategy '(user-defined-down))))) (org-agenda-sorting-strategy '(user-defined-down)))))
(next '(todo "NEXT")) (next '(todo "NEXT"))
(started '(todo "STARTED"))
(missing-deadline (missing-deadline
'(tags-todo "-DEADLINE={.}/!" '(tags-todo "-DEADLINE={.}/!"
((org-agenda-overriding-header ((org-agenda-overriding-header
@ -1105,6 +1106,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
(org-deadline-warning-days 0))) (org-deadline-warning-days 0)))
,due-today ,due-today
,next ,next
,started
,this-week-high-priority ,this-week-high-priority
,recently-created) ,recently-created)
nil nil) nil nil)