You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that org-ql-block doesn't allow sorting the query results. It doesn't accept a :sort argument and ignores the value of org-agenda-sorting-strategy . I use org-ql only through custom agenda commands, and lacking this feature makes it pretty inconvenient. org-ql-block seems to be using org-ql-select internally, which already knows how to sort results, so this sounds pretty easy to implement.
The text was updated successfully, but these errors were encountered:
I noticed that
org-ql-block
doesn't allow sorting the query results. It doesn't accept a:sort
argument and ignores the value oforg-agenda-sorting-strategy
. I use org-ql only through custom agenda commands, and lacking this feature makes it pretty inconvenient.org-ql-block
seems to be usingorg-ql-select
internally, which already knows how to sort results, so this sounds pretty easy to implement.The text was updated successfully, but these errors were encountered: