From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: A small patch for org.el to fix error in clojure babel src block code ref Date: Tue, 09 May 2017 12:51:38 +0200 Message-ID: <87k25q481x.fsf@nicolasgoaziou.fr> References: <877f1q5y6k.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]:50607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d82k3-0001wZ-55 for emacs-orgmode@gnu.org; Tue, 09 May 2017 06:51:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d82k2-0002kk-DM for emacs-orgmode@gnu.org; Tue, 09 May 2017 06:51:43 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:40462) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d82k2-0002kR-7Z for emacs-orgmode@gnu.org; Tue, 09 May 2017 06:51:42 -0400 In-Reply-To: (numbchild@gmail.com's message of "Tue, 9 May 2017 16:07:58 +0800") 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" To: "numbchild@gmail.com" Cc: Org-mode "numbchild@gmail.com" writes: > =E2=80=8BIs there any other possible potential functions will have relati= on with > this issue?=E2=80=8B According to the backtrace mentioned in the bug report, the culprit is probably `org-label-store-link', which is probably one of the functions returned by `org-store-link-functions'. Since a consequence of your patch is to ignore all functions returned by `org-store-link-functions', it "solves" the issue you're having, in a way. Anyway, there is no such function in Org code base, so you may want to check where it is defined. Regards,