Re: Sole Completion bug?

2021-02-15 Thread Raoul Comninos
Kyle Meyer writes: > Raoul Comninos writes: > >> Kyle Meyer writes: >> >>> Hmm, isn't this just following the built-in completing-read's behavior? >>> >>> (completing-read >>>"Prompt: " >>>(list "Chris Bell" >>> "Phone Chris Bell" >>> "Meeting with Chris Bell")) >>>

Re: Sole Completion bug?

2021-02-15 Thread Kyle Meyer
Raoul Comninos writes: > Kyle Meyer writes: > >> Hmm, isn't this just following the built-in completing-read's behavior? >> >> (completing-read >>"Prompt: " >>(list "Chris Bell" >> "Phone Chris Bell" >> "Meeting with Chris Bell")) >> >> ;; `C` => Chris Bell -> `` =>

Re: Sole Completion bug?

2021-02-14 Thread Raoul Comninos
Kyle Meyer writes: > Hmm, isn't this just following the built-in completing-read's behavior? > > (completing-read >"Prompt: " >(list "Chris Bell" > "Phone Chris Bell" > "Meeting with Chris Bell")) > > ;; `C` => Chris Bell -> `` => Chris Bell [Sole completion] You

Re: Sole Completion bug?

2021-02-14 Thread Kyle Meyer
Raoul Comninos writes: > (setq org-goto-interface (quote outline-path-completion)) > > If I now search, for example, for a heading containing the name "Chris", > orgmode will only pick up ONE of the headings that contains this name, > and it will say "sole completion", although there are several

Sole Completion bug?

2021-02-12 Thread Raoul Comninos
I use org-goto to navigate my org-headings. If I use the *default* settings, everything works fine. However, if I add the following customization, my completion options become limited: (setq org-goto-interface (quote outline-path-completion)) If I now search, for example, for a heading