1
0
Fork 0

[oni-org] Add agenda to overview command and show 10 items each

This commit is contained in:
Tom Willemse 2022-04-24 02:53:18 -07:00
parent 40919f0fe9
commit 297df3579d

View file

@ -604,11 +604,12 @@ also move point to the start of the heading."
("wr" "Topics for Remy" tags-todo "+work+1o1+FOR=\"Remy\"")
("S" "Shopping" tags-todo "+shopping")
("o" "Overview"
((tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"+SCHEDULED=\"\"")
((agenda "" ((org-agenda-span 'day)))
(tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"+SCHEDULED=\"\"")
(tags-todo "TODO=\"READ\"-CATEGORY=\"inbox\"")
(tags-todo "TODO=\"WATCH\"-CATEGORY=\"inbox\"")
(tags-todo "TODO=\"LISTEN\"-CATEGORY=\"inbox\""))
((org-agenda-max-effort 200)))))
((org-agenda-max-todos 10)))))
(add-hook 'org-mode-hook #'oni-org-initialize-agenda-category-icons)