From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tobias Zawada Subject: Re: Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation! Date: Wed, 5 Dec 2018 01:01:19 +0100 Message-ID: References: <93868713.269034.1543941934831@email.ionos.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56397) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUKqd-00054X-16 for emacs-orgmode@gnu.org; Tue, 04 Dec 2018 19:15:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUKd5-0000C2-RI for emacs-orgmode@gnu.org; Tue, 04 Dec 2018 19:01:31 -0500 Received: from mout.kundenserver.de ([212.227.126.134]:50925) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUKd5-00008z-0a for emacs-orgmode@gnu.org; Tue, 04 Dec 2018 19:01:27 -0500 In-Reply-To: Content-Language: en-US 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: "Berry, Charles" Cc: org-mode-email Dear Charles, thanks for the quick test. You wrote: > I cannot reproduce this in 9.1.14 > C-c C-v C-i on each src block works as expected. > org-babel-execute-buffer runs to successful completion. I had a look at the orgmode master. The problem has already been fixed in the master by substituting the reference to |org-babel-current-src-block-location with (point).| See: https://code.orgmode.org/bzg/org-mode/src/04641c4bbefc5f90e05fe4e846f4aeab15f1c262/lisp/ob-core.el#L1446 NOTE however that the problem is still present in the maint branch: See: https://code.orgmode.org/bzg/org-mode/src/1315315465d49ebe32e533515ec81fd1ba165a55/lisp/ob-core.el#L1444 Best regards, Tobias Zawada