-
Notifications
You must be signed in to change notification settings - Fork 112
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
Bug: org-ql-find + query-prefix lead to "Match Required" error on Vertico #351
Comments
Hello Daniel, Thanks for reporting this problem, but I am unable to reproduce that behavior in a clean Emacs configuration on Emacs 28.2. Please try to reproduce it in a clean configuration using https://github.com/alphapapa/with-emacs.sh. Please see also other issues mentioning Vertico: https://github.com/alphapapa/org-ql/issues?q=is%3Aissue+is%3Aopen+vertico If what you're reporting is also reported in one of them, please close this report and add your feedback there. Thanks. |
Hi, I was able to reproduce with
Emacs master 30, org master, vertico 1.3. However I'm able to fix it by changing org-ql/org-ql-completing-read.el Line 267 in 2c09854
making the match-required nil: (selected (completing-read prompt #'collection nil nil))) However I do realize this is a very complicated function, with many comments and not sure if this breaks something else. |
Hi @danielfleischer (and cc: @staffordsbeard): I confirmed the bug and have pushed a fix in this commit (the Thanks. |
Hi, I can confirm it's working as expected. Thanks! |
Run the following:
(org-ql-find (org-agenda-files) :query-prefix "heading:")
Get a list of completions, when trying to select something, you get "Match Required", can't complete the selection; using Vertico.
The text was updated successfully, but these errors were encountered: