(Org/Tasks) Show started and waiting tasks in context agendas
Publish / publish (push) Successful in 12s Details

This commit is contained in:
Marcel Kapfer 2023-06-15 23:16:38 +02:00
parent d4aa2eee92
commit 8e724923bc
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -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