aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--oni-org/oni-org.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 122dfb6..665e7d0 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -605,11 +605,13 @@ also move point to the start of the heading."
("S" "Shopping" tags-todo "+shopping")
("o" "Overview"
((agenda "" ((org-agenda-span 'day)))
- (tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"+SCHEDULED=\"\"")
+ (tags-todo "TODO=\"WAITING\"-CATEGORY=\"inbox\"")
+ (tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"-CATEGORY=\"project\"+SCHEDULED=\"\"")
(tags-todo "TODO=\"READ\"-CATEGORY=\"inbox\"")
(tags-todo "TODO=\"WATCH\"-CATEGORY=\"inbox\"")
(tags-todo "TODO=\"LISTEN\"-CATEGORY=\"inbox\""))
- ((org-agenda-max-todos 10)))))
+ ((org-agenda-max-todos 10)))
+ ("v" "Review" tags "CLOSED>=\"<-1w>\"")))
(add-hook 'org-mode-hook #'oni-org-initialize-agenda-category-icons)