-
Notifications
You must be signed in to change notification settings - Fork 109
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
Unsure how to get "reverse" sort order in org-ql-search to work #292
Comments
Did you try removing |
Hi @alphapapa I did try that. It still does not seem to entirely resolve the issue. |
What does that mean? |
Here is a snippet from my org-mode config where I have removed the
Despite this change, when I set priorities for different items in my org-mode files, they do not seem to be sorted to appear at the top of the agenda list - see an example screenshot below: |
It's hard to tell whether there's a bug here because there are so many parts and it's not reproducible. If you can put together a minimal working example using a clean Emacs configuration and a very simple input file, maybe we can figure out what's going on. I recommend using this script's sandbox feature to test this problem independently of your personal Emacs config: https://github.com/alphapapa/makem.sh |
As well, there are several pieces of relevant information which you haven't reported in this issue. I recently added a bug reporting template, so please file a new issue and fill out the form so we'll have all the necessary information: https://github.com/alphapapa/org-ql/issues/new?assignees=alphapapa&labels=bug&projects=&template=bug_report.yml |
@balaji-dutt In title you write org-ql-search, but in your test, you use org-ql-block. I don't understand you have problem with which function. About org-ql-block, It seem the sorting feature of org-ql-block isn't still merge into master: Which branch do you use? Maybe you can test the branch https://github.com/alphapapa/org-ql/tree/wip/issue-79 |
Hi,
I was recently looking for a way to get my org agenda view that uses org-ql to sort high priority items at the top, rather than the bottom. I came across #143 but despite a few attempts, it looks like I'm not understanding how to actually use this option.
Here is an extract from my
.init.el
for a custom org-agenda view:With the above config, this is what my org agenda view looks like:
Notice that in the WIP section the "#A" priority items are in the middle even though no item above it has a date estimate and in the TODO sections, the "#A" priority items are at the bottom.
I tried swapping the order of the commands, i.e,
reverse priority date todo
instead ofpriority reverse..
but that does not seem to change anything.Can you please help me figure out what I'm doing wrong?
The text was updated successfully, but these errors were encountered: