From 44ec5d583593c5097b599595153711841cd0a559 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 27 Sep 2015 11:39:57 -0700 Subject: [PATCH] Add started to main agenda view. --- dotfiles/emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index ec370bb9..edbd819a 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -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)