1
0
Fork 0

[oni-org] Add an agenda with tasks, articles, videos, and music

This commit is contained in:
Tom Willemse 2022-04-01 18:35:55 -07:00
parent 4e73acbae8
commit 2dd841ffc3

View file

@ -599,7 +599,13 @@ also move point to the start of the heading."
("wt" "Work todo" tags-todo "+work+FOR=\"\"") ("wt" "Work todo" tags-todo "+work+FOR=\"\"")
("wj" "Topics for Jordan" tags-todo "+work+1o1+FOR=\"Jordan\"") ("wj" "Topics for Jordan" tags-todo "+work+1o1+FOR=\"Jordan\"")
("wr" "Topics for Remy" tags-todo "+work+1o1+FOR=\"Remy\"") ("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) (add-hook 'org-mode-hook #'oni-org-initialize-agenda-category-icons)