Re: [BUG] org-cite-insert only searches on truncate author list

2023-01-17 Thread Fraga, Eric
Hi Ihor, On Tuesday, 17 Jan 2023 at 10:22, Ihor Radchenko wrote: > In oc-basic, there is `org-cite-basic-author-column-end' and it indeed > truncates the match. Eric, as temporary workaround, you can try to > increase `org-cite-basic-author-column-end'. Ah, interesting. I had to restart Emacs (

[BUG] org-cite-insert only searches on truncate author list

2023-01-17 Thread Ihor Radchenko
"Fraga, Eric" writes: >> org-cite-insert simply calls whatever is provided by the citation >> backend you use. Please tell us which oc-*.el backend is creating the >> problem. > > Maybe I'm doing something wrong somewhere because whether I try basic, > biblatex, or csl, they appear the same in te

Re: org-cite-insert only searches on truncate author list

2023-01-17 Thread Fraga, Eric
On Tuesday, 17 Jan 2023 at 08:38, Ihor Radchenko wrote: > ⚠️ Caution: External sender > > > "Fraga, Eric" writes: > >> I assume that, maybe, this is not org's fault but this kind of problem >> only arises when using org-cite-insert so I was wondering if indeed >> there is something I can tweak in

Re: org-cite-insert only searches on truncate author list

2023-01-17 Thread Ihor Radchenko
"Fraga, Eric" writes: > I assume that, maybe, this is not org's fault but this kind of problem > only arises when using org-cite-insert so I was wondering if indeed > there is something I can tweak in org or oc- to get better completion > behaviour? Or maybe something I can specify for vertico?

org-cite-insert only searches on truncate author list

2023-01-16 Thread Fraga, Eric
Hello all, Using org-cite-insert with vertico, matching is done only on the text that the completion engine shows, text which has been truncated. See attached screenshot. If I continue typing the second authors name, Oluwamayowa, the second entry currently shown will disappear from the options.