aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 21af167..1bac33e 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -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))