Re: [O] [BUG] error with org-refile and ido-completion-help

2016-06-01 Thread Nicolas Goaziou
Hello, Matt Lundin writes: >> For a long time (since at least 2009), org-mode had built-in support for >> ido-mode completion when refiling. So this does seem to be a deprecation >> of longstanding org-mode functionality. Org mode didn't provide any completion functionality, but provided a fix

Re: [O] [BUG] error with org-refile and ido-completion-help

2016-06-01 Thread Matt Lundin
Matt Lundin writes: > Nicolas Goaziou writes: > >>> A git bisect revealed that the change was introduced in 2015 with the >>> following commit: >>> >>> , >>> | commit 50ba0a5ed609f3600f2590f3ba22b8ab3ff3331c >>> | Author: Nicolas Goaziou >>> | Date: Sun Jun 7 00:38:58 2015 +0200 >>> | >>

Re: [O] [BUG] error with org-refile and ido-completion-help

2016-05-31 Thread Matt Lundin
Nicolas Goaziou writes: >> A git bisect revealed that the change was introduced in 2015 with the >> following commit: >> >> , >> | commit 50ba0a5ed609f3600f2590f3ba22b8ab3ff3331c >> | Author: Nicolas Goaziou >> | Date: Sun Jun 7 00:38:58 2015 +0200 >> | >> | Fix 1a7364177046b8a57ade0a

Re: [O] [BUG] error with org-refile and ido-completion-help

2016-05-31 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > When calling org-refile with org-completion-use-ido set to t, pressing > TAB in ido-mode results in an error. This is because ido-completion-help > expects a list of strings. However, org-refile sends ido-completing-read > a list of lists. > > To replicate: > > 1. /u

[O] [BUG] error with org-refile and ido-completion-help

2016-05-30 Thread Matt Lundin
When calling org-refile with org-completion-use-ido set to t, pressing TAB in ido-mode results in an error. This is because ido-completion-help expects a list of strings. However, org-refile sends ido-completing-read a list of lists. To replicate: 1. /usr/bin/emacs -Q -l ~/.minimal.el --8<--