1
0
Fork 0

Switch up some of the agenda commands

This commit is contained in:
Tom Willemse 2020-08-18 08:01:28 -07:00
parent 8a56b6b1ce
commit ae1e28f2dc

View file

@ -234,9 +234,10 @@ _l_: Store link ^^ _j_: Journal entry
(setq org-list-description-max-indent 5)
(setq org-agenda-custom-commands
'(("i" "Inbox" tags "-{.}+CATEGORY=\"everything\"")
("t" "Next" tags-todo "TODO=\"NEXT\"")
("S" "Someday" tags-todo "CATEGORY=\"todo\"")
'(("i" "Inbox" tags "CATEGORY=\"inbox\"")
("t" "Next" tags-todo "TODO=\"NEXT\"-CATEGORY=\"inbox\"")
("s" "Someday" tags-todo "TODO=\"TODO\"-CATEGORY=\"inbox\"")
("p" "Projects & ideas" tags "CATEGORY=\"project\"|CATEGORY=\"idea\"")
("c" "Today's (Current) tasks" tags "SCHEDULED=\"<today>\"")
("w" . "Work topics")
("wo" "Overview" ((tags-todo "+work-remy-mia")
@ -245,7 +246,7 @@ _l_: Store link ^^ _j_: Journal entry
("wt" "Word todo" tags-todo "+work-remy-mia")
("wm" "Topics for Mia" tags-todo "+work+idea+mia")
("wr" "Topics for Remy" tags-todo "+work+idea+remy")
("s" "Shopping" tags-todo "+shopping")))
("S" "Shopping" tags-todo "+shopping")))
(setq org-default-notes-file "~/documents/gtd/everything.org")
(setq org-agenda-files (list org-default-notes-file))