-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorting entries in helm-org-ql #101
Comments
An argument could easily be added to Line 188 in 0648196
|
I added |
Oops, you're right, sorry for sending you down the wrong path there. I guess what we should do is, when a sorting argument is given, use the |
Thank you for your comment. I also wonder if it is possible to skip subtrees (##89) in |
It would have to be optional, yes. |
Maybe you can parse elements and generate outlines in a single path. With
|
Yeah, there are a lot of possibilities. I generally try not to get too fancy with Helm sources' options. I used transformers for sorting in org-rifle, but something changed and it broke (not sure whether due to a change in Helm, Org, or my own code). Sometimes Helm changes without warning, as well, and I try to minimize chances of breakage due to something that's out of my control. |
I am using
helm-org-ql-source
in this project, and now I'd rather want to display items in a way where lower-level items are shown first. Is it possible to sort entries inhelm-org-ql
?The text was updated successfully, but these errors were encountered: