From 68c6dcc2fa4f1907dccbad39b2d8ce8775c54f32 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Tue, 3 Feb 2015 11:55:23 -0800 Subject: [PATCH] simplify main agenda view. --- dotfiles/emacs.d/init.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 3e750d1a..862e5d58 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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))