From 8e724923bc6ab784f65cde153deeecc4e5988f99 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Thu, 15 Jun 2023 23:16:38 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(Org/Tasks)=20Show=20started=20and?= =?UTF-8?q?=20waiting=20tasks=20in=20context=20agendas?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 96f3796..6496805 100644 --- a/config.org +++ b/config.org @@ -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