Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-09 Thread Eric S Fraga
On Wednesday, 8 Dec 2021 at 17:33, Bruce D'Arcus wrote: > If you like Selectrum (Vertico is another recent, similar, > alternative), you might give citar a try. > > https://github.com/bdarcus/citar +1 Works very well for me with selectrum. -- : Eric S Fraga, with org release_9.5.1-243-gad53c5

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-08 Thread Bruce D'Arcus
On Wed, Dec 8, 2021 at 8:17 AM Daniel Nemenyi wrote: > > With Selectrum, ... (don't know what the keybinding here is) > > Just installed Selectrum to find out. C-j (selectrum-submit-exact-input) does > the trick. If you like Selectrum (Vertico is another recent, similar, alternative), you might

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-08 Thread Daniel Nemenyi
John Kitchin wrote (on Mon 06 Dec 2021 18:09): > You could consider something like this: > ... Text looks good to me personally... > With Selectrum, ... (don't know what the keybinding here is) Just installed Selectrum to find out. C-j (selectrum-submit-exact-input) does the trick.

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread John Kitchin
It is a "feature" of other completion tools that differentiate between the selected candidate (usually the highlighted one) and the current input (which may be incomplete, and usually not what you want to select, but sometimes is (e.g. when you want an empty string, or to choose something that is n

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Daniel Nemenyi
Nicolas Goaziou wrote (on Mon 06 Dec 2021 17:58): > The prompt displays : "" to exit, which means you have to select the > empty value to exit. How you do select that value depends on the > completion UI. > > I admit it is not particularly clear. Maybe we should spell out the > "empty value" pa

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread John Kitchin
You could consider something like this: The insert processors provided by org-cite use depend only on Emacs and use completing-read to select one or more citation keys for insertion. Completing-read is intended for selecting a single item, and org-cite compensates for this by letting you select mu

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Nicolas Goaziou
Hello, Daniel Nemenyi writes: > I'm finding myself stuck in the `HELM Org Cite Insert` buffer that > lists possible citations after calling org-cite-insert using Helm. > After selecting a reference I am prompted to select more, and there > isn't an obvious way to say, 'Thanks org-ref I'm done, k

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Bruce D'Arcus
On Mon, Dec 6, 2021 at 9:33 AM Daniel Nemenyi wrote: > Apologies, I did ('Thanks org-ref I'm done...'), slip of the tongue. Oh, I missed that; sorry John. > Could have a go though if someone could give me a pointer? But if this is > left to the user, perhaps we should include a line in the docu

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Daniel Nemenyi
Bruce D'Arcus wrote (on Mon 06 Dec 2021 13:09): > Presumably you're using the default "basic" org-cite-insert-processor? Yes, am indeed. My only customization is org-cite-global-bibliography. > Perhaps you could customize the keybinding for exiting to get the behavior > you want? Could have

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Daniel Nemenyi
Bruce D'Arcus wrote (on Mon 06 Dec 2021 14:21): > Certainly not, but I don't believe anyone mentioned org-ref in this thread? Apologies, I did ('Thanks org-ref I'm done...'), slip of the tongue. I meant org-cite.

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Bruce D'Arcus
On Mon, Dec 6, 2021 at 8:51 AM John Kitchin wrote: > org-ref should not get any credit for this. Certainly not, but I don't believe anyone mentioned org-ref in this thread? Bruce

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Bruce D'Arcus
On Mon, Dec 6, 2021 at 8:09 AM Bruce D'Arcus wrote: > Perhaps you could customize the keybinding for exiting to get the > behavior you want? Or perhaps a better solution is for someone to write an insert-processor for helm-bibtex. It's not hard to write them. Bruce

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread John Kitchin
org-ref should not get any credit for this. That is a feature of the built in org-cite library, which uses completing-read for that behavior. completing-read is only for reading one thing at a time, and org-cite works around that in a way that leads to the behavior you see. It looks like helm (if

Re: Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Bruce D'Arcus
Presumably you're using the default "basic" org-cite-insert-processor? If yes, that's just how it's designed, using completing-read. Perhaps you could customize the keybinding for exiting to get the behavior you want? On Mon, Dec 6, 2021 at 7:56 AM Daniel Nemenyi wrote: > > > Hello, > > I'm fin

Org-cite stuck in Helm minibuffer [9.5.1 (9.5.1-g36086a @ /home/dan/.emacs.d/elpa/org-9.5.1/)]

2021-12-06 Thread Daniel Nemenyi
Hello, I'm finding myself stuck in the `HELM Org Cite Insert` buffer that lists possible citations after calling org-cite-insert using Helm. After selecting a reference I am prompted to select more, and there isn't an obvious way to say, 'Thanks org-ref I'm done, kill this minibuffer and inse