[O] Bug: If multiple org-store-link-function available, Org fails to prompt which [8.2.5g (8.2.5g-dist @ /home/benj/usr/share/emacs/site-lisp/org/)]

2014-01-29 Thread Benjamin Drieu
Since probably version 8.2 of Org I could not store links from Gnus. After some investigation it appears that org-store-link was faulty, not allowing me to choose between functions. The cause is that completing-read was not called properly, attached patch (hopefully) fixes this. Bug is trigged

Re: [O] Bug: If multiple org-store-link-function available, Org fails to prompt which [8.2.5g (8.2.5g-dist @ /home/benj/usr/share/emacs/site-lisp/org/)]

2014-01-29 Thread Bastien
Hi Benjamin, Benjamin Drieu bdr...@april.org writes: Since probably version 8.2 of Org I could not store links from Gnus. After some investigation it appears that org-store-link was faulty, not allowing me to choose between functions. The cause is that completing-read was not called