aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2024-04-03 13:22:29 -0700
committerGravatar Tom Willemse2024-04-03 13:22:29 -0700
commitf3d23e56c8c6a5f350d985684264d1d43385db72 (patch)
tree8fc6836609622ea5a6c9d6e9a54627c664b093ac
parent7c8bc8a6f24f4ed83b4a2573e82d15870b68238d (diff)
downloademacs-config-f3d23e56c8c6a5f350d985684264d1d43385db72.tar.gz
emacs-config-f3d23e56c8c6a5f350d985684264d1d43385db72.zip
[oni-org] Fixup stuck-projects and overview agenda views
-rw-r--r--oni-org/oni-org.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index 8fd65ec..ec96096 100644
--- a/oni-org/oni-org.el
+++ b/oni-org/oni-org.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2024.0312.113546
+;; Version: 2024.0315.155036
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-bullets org-edna diminish all-the-icons olivetti form-feed org-pretty-table ob-async org-ql org-super-agenda)
;; This program is free software; you can redistribute it and/or modify
@@ -1230,10 +1230,12 @@ same code all the time."
,value-name)))))
(oni-org--map-put org-agenda-custom-commands "P"
- '("Stuck projects" ((org-ql-block '(and (todo) (children (not (todo))))))))
+ '("Stuck projects" ((org-ql-block '(and (todo) (children) (not (children (todo))))))))
(oni-org--map-put org-agenda-custom-commands "o"
- '("Overview" ((org-ql-block '(and (todo) (children (not (todo))))
+ '("Overview" ((org-ql-block '(and (todo)
+ (children)
+ (not (children (todo))))
((org-ql-block-header "Stuck projects")))
(org-ql-block '(and (todo) (not (children)))
((org-super-agenda-groups '((:auto-parent)))