Adam Porter
Adam Porter
*shrug* That looks to me like a problem with Helm, not with `org-ql-find`. Anyway, if you're using Helm, you could just use `helm-org-ql`, right?
Ok, thanks, I'll look at this again. Maybe I can get that fix in for v0.7.1.
Going to target this for v0.8 (or possibly a v0.7.3).
> It's due to the way `org-ql-completing-read` let-binds `completion-styles-alist`. Changing the binding so that it appends the `org-ql-completing-read` cell to the front of the alist prevents the error and allows...
Oh, you mean it only broke annotations and affixations on Helm? I thought you meant on Vertico.
Unfortunately, I can't get this to work with Helm with either the `emacs` or `helm` value for `helm-completion-style`, so I'll have to defer fixing this to a later version. Any...
Hi Ahmed, IIUC what you're wanting to do is use org-roam's index as a first phase of the search to save org-ql from having to search as many files. That...
Ok, this seems like a good idea. I probably won't get to it soon, so patches welcome in the meantime. Thanks.
@OZoneGuy Reviewed. Please feel free to ping me if I don't notice something like this.
Hi, There's nothing like that implemented yet, but it's an interesting idea. You could use simply, e.g. `:select t` and then wrap `org-ql-query` in `length`. Or if you want to...