feat(grfn/emacs): Tweak org agenda commands

Change-Id: Ib18ee79c347ca476e9541259e69e89ef65a46356
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8976
Tested-by: BuildkiteCI
Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
Aspen Smith 2023-07-05 15:37:38 -04:00 committed by grfn
parent 51f3fb23a6
commit 1b84ac5f31

View file

@ -118,12 +118,12 @@
org-todo-keywords '((sequence "TODO(t)" "ACTIVE(a)" "|" "DONE(d)" "RUNNING(r)")
(sequence "NEXT(n)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
org-agenda-custom-commands
`(("S" "Sprint Tasks" tags-todo "sprint")
("i" "Inbox" tags "inbox")
`(("i" "Inbox" tags "inbox")
("r" "Running jobs" todo "RUNNING")
("w" "@Work" tags-todo "@work")
("n" . "Next...")
("np" "Next Sprint" tags-todo "next_sprint|sprint_planning")
("nw" "Next @Work" tags-todo "@work&next")
("nt" "Next tooling" tags-todo "tooling")
("p" . "Project...")
,@(grfn/org-projects->agenda-commands (grfn/org-projects)))