[oni-org] Add an agenda with tasks, articles, videos, and music
This commit is contained in:
parent
4e73acbae8
commit
2dd841ffc3
1 changed files with 7 additions and 1 deletions
|
@ -599,7 +599,13 @@ also move point to the start of the heading."
|
|||
("wt" "Work todo" tags-todo "+work+FOR=\"\"")
|
||||
("wj" "Topics for Jordan" tags-todo "+work+1o1+FOR=\"Jordan\"")
|
||||
("wr" "Topics for Remy" tags-todo "+work+1o1+FOR=\"Remy\"")
|
||||
("S" "Shopping" tags-todo "+shopping")))
|
||||
("S" "Shopping" tags-todo "+shopping")
|
||||
("o" "Overview"
|
||||
((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)))))
|
||||
|
||||
(add-hook 'org-mode-hook #'oni-org-initialize-agenda-category-icons)
|
||||
|
||||
|
|
Loading…
Reference in a new issue