✨ (Org/Tasks) Show started and waiting tasks in context agendas
All checks were successful
Publish / publish (push) Successful in 12s
All checks were successful
Publish / publish (push) Successful in 12s
This commit is contained in:
parent
d4aa2eee92
commit
8e724923bc
1 changed files with 1 additions and 1 deletions
|
@ -1421,7 +1421,7 @@ For easily choosing the next thing to work on I give each of my tasks a context
|
|||
`(,(concat "c" (cdr item))
|
||||
,(concat (substring (car item) 1) " context")
|
||||
tags-todo
|
||||
,(concat (car item) "/!NEXT"))))
|
||||
,(concat (car item) "/!+NEXT|+STARTED|+WAITING"))))
|
||||
#+end_src
|
||||
|
||||
** Quick Capture from everywhere
|
||||
|
|
Loading…
Reference in a new issue