Adam Porter
Adam Porter
Hi Karl, You should be able to use the option `helm-org-rifle-show-entry-function` to handle this in the desired way. (There are too many possibilities to account for, so just providing a...
> displaying exact line matching search string _inside_ the heading. org-ql cannot do it It can do it. See option `org-ql-completing-read-snippet-function`. If you set it to: `org-ql-completing-read--snippet-regexp` ("Return a snippet...
> > org-ql-completing-read--snippet-regexp > > Hmm... We mostly looked at helm-org-ql :) Ah, you didn't mention that. It does not use the same options as `org-ql-find`, and I haven't touched...
FWIW, there's currently a small bug in `org-ql-completing-read.el` regarding the snippet feature; with that corrected, it works like this (showing Vertico and Marginalia):  > If they work via completion...
The issue is probably one of having the appropriate text property on the line. You can see in https://github.com/alphapapa/org-ql/issues/455 where I recently removed text properties from the to-do keyword because...
Thanks, Joseph! For our future reference, what seems to be happening is that [this](https://github.com/alphapapa/plz.el/blob/a84e7dc405233aecb02961f35a78b19b4a5422ce/plz.el#L519) call to `accept-process-output` is sometimes not resulting in the process sentinel being called before the `plz`...
@josephmturner The tests pass! https://github.com/alphapapa/plz.el/actions/runs/9233649184/job/25406336668 FYI, the changes: https://github.com/alphapapa/plz.el/compare/wip/53-sentinel-race-condition-workaround
That's great news! Really, it's thanks to you for your help debugging it, and your persistence in wanting it fixed, despite the difficulty in reproducing it. Quick question, to be...
> > Also, had you used the (while t (ignore-errors (plz 'get "http://localhost:1337/"))) form to reproduce the problem before? > > No. Previously, I had repeatedly run `eval-last-sexp` manually. After...
> > > ``` > > > > > > ``` > > > > > > Ok, so when you run that while loop with this branch's code, does...