Closed
Description
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.