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 16:59:52 +0100 (CET) Message-ID: <1396425191.5271.1544025592769@email.ionos.de> References: <93868713.269034.1543941934831@email.ionos.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUZaw-0003oN-8Z for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 11:00:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUZap-0007IC-L5 for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 11:00:14 -0500 Received: from mout.kundenserver.de ([212.227.126.187]:33743) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUZal-0007B2-Fa for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 11:00:04 -0500 In-Reply-To: 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, I installed orgmode 9.14 from org via ~package-install~. The problem is still present there. The messages from the evaluation of the last code block and the output of ~org-version~: #+BEGIN_QUOTE Wrote /temp/test1.org executing Elisp code block (add3)... (num (quote 5)) "8" outline-on-heading-p: Variable binding depth exceeds max-specpdl-size Org mode version 9.1.14 (9.1.14-1-g4931fc-elpa @ /cygdrive/c/Users/.../.emacs.d/elpa/org-9.1.14/) #+END_QUOTE > Tobias Zawada hat am 5. Dezember 2018 um 01:01 geschrieben: > > > 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