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-sorting-strategy '(user-defined-down)))))
(next '(todo "NEXT"))
(started '(todo "STARTED"))
(missing-deadline
'(tags-todo "-DEADLINE={.}/!"
((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)))
,due-today
,next
,started
,this-week-high-priority
,recently-created)
nil nil)