Switch up some of the agenda commands
This commit is contained in:
parent
8a56b6b1ce
commit
ae1e28f2dc
1 changed files with 5 additions and 4 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue