simplify main agenda view.

This commit is contained in:
Ivan Malison 2015-02-03 11:55:23 -08:00
parent 029f89546a
commit 68c6dcc2fa

View File

@ -822,9 +822,7 @@ the same tree node, and the headline of the tree node in the Org-mode file."
(agenda ""
((org-agenda-overriding-header "Agenda:")
(org-agenda-ndays 5)
(org-deadline-warning-days 0)))
,missing-deadline
,missing-priority)
(org-deadline-warning-days 0))))
nil nil)
,(cons "A" (cons "High priority upcoming" this-week-high-priority))
,(cons "d" (cons "Overdue tasks and due today" due-today))