From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: 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/)] Date: Wed, 29 Jan 2014 14:58:29 +0100 Message-ID: <87txcm6gai.fsf@bzg.ath.cx> References: <87fvo7xdyn.fsf@dedam.april.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8Vf5-00024d-TJ for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 08:58:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8Vez-0007AD-0i for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 08:58:39 -0500 Received: from mail-ea0-x234.google.com ([2a00:1450:4013:c01::234]:37977) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8Vey-0007A8-Pe for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 08:58:32 -0500 Received: by mail-ea0-f180.google.com with SMTP id o10so927033eaj.25 for ; Wed, 29 Jan 2014 05:58:31 -0800 (PST) In-Reply-To: <87fvo7xdyn.fsf@dedam.april.org> (Benjamin Drieu's message of "Wed, 29 Jan 2014 11:46:40 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Benjamin Drieu Cc: emacs-orgmode@gnu.org Hi Benjamin, Benjamin Drieu 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 properly, attached patch (hopefully) > fixes this. > > Bug is trigged only if multiple store link functions are available, > which was my case since I included org-nnml.el as well as > org-gnus.el. Applied, thanks! -- Bastien