Show started and waiting tasks in context agenda views #1

Closed
opened 2023-06-15 14:40:48 +02:00 by mmk2410 · 1 comment
Owner
modified   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
```patch modified 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 ```
Author
Owner

Resolved with 8e724923bc

Resolved with 8e724923bc6ab784f65cde153deeecc4e5988f99
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mmk2410/dot-emacs#1
No description provided.