Re: [O] Inconsistency between org-store-link-functions and org-store-link

2015-11-07 Thread Nicolas Goaziou
Aaron Ecay writes: > I’m confused. My impression of Bastien’s 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 >

Re: [O] Inconsistency between org-store-link-functions and org-store-link

2015-11-07 Thread Aaron Ecay
Hi Nicolas, 2015ko azaroak 6an, Nicolas Goaziou-ek idatzi zuen: > > Hello, > > Aaron Ecay writes: > >> The docstring of org-store-link-functions says: “Each function will be >> called in turn until one returns a non-nil value.” However, the code of >> org-store-link actually calls all the fun

Re: [O] Inconsistency between org-store-link-functions and org-store-link

2015-11-06 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > The docstring of org-store-link-functions says: “Each function will be > called in turn until one returns a non-nil value.” 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 t