parent
8a624bdf0d
commit
eb722649c5
3 changed files with 25 additions and 13 deletions
|
|
@ -52,10 +52,11 @@ With this =org-ql-block= agenda view, like:
|
|||
#+BEGIN_SRC elisp
|
||||
(setq org-agenda-custom-commands
|
||||
'(("s" "Stuck Projects"
|
||||
((org-ql-block '(and (tags "@project")
|
||||
(not (done))
|
||||
(not (descendants (todo "NEXT")))
|
||||
(not (descendants (scheduled)))))))))
|
||||
((org-ql-block '(and (tags "@project")
|
||||
(not (done))
|
||||
(not (descendants (todo "NEXT")))
|
||||
(not (descendants (scheduled))))
|
||||
((org-ql-block-header "Stuck Projects")))))))
|
||||
#+END_SRC
|
||||
|
||||
* Listing bills coming due
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue