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:
		
							parent
							
								
									51f3fb23a6
								
							
						
					
					
						commit
						1b84ac5f31
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -118,12 +118,12 @@
 | 
				
			||||||
 org-todo-keywords '((sequence "TODO(t)" "ACTIVE(a)" "|" "DONE(d)" "RUNNING(r)")
 | 
					 org-todo-keywords '((sequence "TODO(t)" "ACTIVE(a)" "|" "DONE(d)" "RUNNING(r)")
 | 
				
			||||||
                     (sequence "NEXT(n)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
 | 
					                     (sequence "NEXT(n)" "WAITING(w)" "LATER(l)" "|" "CANCELLED(c)"))
 | 
				
			||||||
 org-agenda-custom-commands
 | 
					 org-agenda-custom-commands
 | 
				
			||||||
 `(("S" "Sprint Tasks" tags-todo "sprint")
 | 
					 `(("i" "Inbox" tags "inbox")
 | 
				
			||||||
   ("i" "Inbox" tags "inbox")
 | 
					 | 
				
			||||||
   ("r" "Running jobs" todo "RUNNING")
 | 
					   ("r" "Running jobs" todo "RUNNING")
 | 
				
			||||||
   ("w" "@Work" tags-todo "@work")
 | 
					   ("w" "@Work" tags-todo "@work")
 | 
				
			||||||
   ("n" . "Next...")
 | 
					   ("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...")
 | 
					   ("p" . "Project...")
 | 
				
			||||||
   ,@(grfn/org-projects->agenda-commands (grfn/org-projects)))
 | 
					   ,@(grfn/org-projects->agenda-commands (grfn/org-projects)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue