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
org-ql-find is not returning anything and throwing an error. E.g., in buffer with the following contents:
* TODO heading
Running org-ql-find and entering "heading" or "todo:" in the prompt returns the error Wrong type arguments: markerp, nil. Tracing with edebug, it looks like the problem is the org-ql-completing-read function, which returns nil.
The text was updated successfully, but these errors were encountered:
@arozbiz Well, I spent several hours testing it more thoroughly with the default Emacs completion, and I found some issues, including basically what you described. The "Programmed Completion" API in Emacs is very difficult. But after much wrangling, this seems to work better now. Please test with the newest commit on the master branch and let me know if it works for you now.
org-ql-find
is not returning anything and throwing an error. E.g., in buffer with the following contents:Running
org-ql-find
and entering "heading" or "todo:" in the prompt returns the errorWrong type arguments: markerp, nil.
Tracing with edebug, it looks like the problem is theorg-ql-completing-read
function, which returns nil.The text was updated successfully, but these errors were encountered: