[oni-org] Add “Waiting for” to my overview and add “Review” agenda
This commit is contained in:
parent
3a5ea16176
commit
1c3b3abb39
1 changed files with 4 additions and 2 deletions
|
@ -605,11 +605,13 @@ also move point to the start of the heading."
|
||||||
("S" "Shopping" tags-todo "+shopping")
|
("S" "Shopping" tags-todo "+shopping")
|
||||||
("o" "Overview"
|
("o" "Overview"
|
||||||
((agenda "" ((org-agenda-span 'day)))
|
((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=\"READ\"-CATEGORY=\"inbox\"")
|
||||||
(tags-todo "TODO=\"WATCH\"-CATEGORY=\"inbox\"")
|
(tags-todo "TODO=\"WATCH\"-CATEGORY=\"inbox\"")
|
||||||
(tags-todo "TODO=\"LISTEN\"-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)
|
(add-hook 'org-mode-hook #'oni-org-initialize-agenda-category-icons)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue