[oni-org] Add agenda to overview command and show 10 items each
This commit is contained in:
parent
40919f0fe9
commit
297df3579d
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue