From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: Inconsistency between org-store-link-functions and org-store-link Date: Sat, 07 Nov 2015 12:47:02 +0000 Message-ID: <87io5et1rt.fsf@gmail.com> References: <87ziyrt2b2.fsf@gmail.com> <8737wig9i5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zv2tg-0002S9-I9 for emacs-orgmode@gnu.org; Sat, 07 Nov 2015 07:47:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zv2td-0008Pu-Ab for emacs-orgmode@gnu.org; Sat, 07 Nov 2015 07:47:08 -0500 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:38307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zv2td-0008Pp-3l for emacs-orgmode@gnu.org; Sat, 07 Nov 2015 07:47:05 -0500 Received: by wicll6 with SMTP id ll6so42934490wic.1 for ; Sat, 07 Nov 2015 04:47:04 -0800 (PST) In-Reply-To: <8737wig9i5.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou , orgmode Hi Nicolas, 2015ko azaroak 6an, Nicolas Goaziou-ek idatzi zuen: >=20 > Hello, >=20 > Aaron Ecay writes: >=20 >> The docstring of org-store-link-functions says: =E2=80=9CEach function w= ill be >> called in turn until one returns a non-nil value.=E2=80=9D However, the= code of >> org-store-link actually calls all the functions, and if more than one >> returns a non-nil value raises a prompt asking the user to choose (and >> then calls that function a second time). >>=20 >> Should we change the code to match the doc, or vice versa? >=20 > The former, IMO. OK, will do. [...] >=20 > P.S: next release is AFAIK "8.4", not "9.0", you may want to update your > recent changes advertising the latter. Thank you. I=E2=80=99m confused. My impression of Bastien=E2=80=99s decision is that Org 8.4 should be compatible with emacs 23. Master contains changes that require emacs 24 (to give one example, files that require cl-lib). So, I thought master was going to become Org 9.0, and the 8.4 release would be cut from either maint or an earlier revision of master before emacs24-only changes were introduced. --=20 Aaron Ecay