-
Couldn't load subscription status.
- Fork 117
Open
Description
Hello, thank you for this wonderful package, it makes my custom agendas useable again!
I am in the process of porting some of my custom agenda commands I was wondering whether it was possible to sort my results based on the deadline. I tried using the conventional way of setting org-agenda-sorting-strategy, but I don't think it works. Here is what my agenda command looks like
(org-ql-block '(and (tags "test")
(not (tags "CANCELLED" "HOLD"))
(not (scheduled))
(or (or (todo "NEXT") (todo "PROG"))
(deadline 3)))
((org-ql-block-header "TEST")
(org-agenda-sorting-strategy '(deadline-up))))
Is setting the sorting strategy like this supported? Thanks!
joelpet, dimas-cyriaco, rieje, nerikj, paraparity and 6 more