From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Berry, Charles" 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 17:44:54 +0000 Message-ID: References: <93868713.269034.1543941934831@email.ionos.de> <1396425191.5271.1544025592769@email.ionos.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gUbEP-00011t-M7 for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 12:45:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gUbEM-0001e3-0Q for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 12:45:05 -0500 Received: from iport-acv6-out.ucsd.edu ([132.239.0.13]:37654) by eggs.gnu.org with esmtps (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.71) (envelope-from ) id 1gUbEL-0001ZW-Jz for emacs-orgmode@gnu.org; Wed, 05 Dec 2018 12:45:01 -0500 In-Reply-To: <1396425191.5271.1544025592769@email.ionos.de> Content-Language: en-US Content-ID: <536C570575F8C342BF4BD2F574BFE07A@AD.UCSD.EDU> 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: Tobias Zawada Cc: org-mode-email Hmmm. I just updated from master using `make update2'. I ran=20 /Applications/Emacs.app/Contents/MacOS/Emacs -q which is morally equivalent to `emacs -q' on a linux box. I had to customize `org-babel-load-languages' to add `shell'. I copied your text to an org buffer did C-c ' to extract the org src and sa= ved it as a file. I ran the last code block using C-c C-c. It gave me the expected result. The message buffer had: ,---- | executing Elisp code block (add3)... |=20 | (num (quote 5)) |=20 | "8" | executing Elisp code block (add3)... |=20 | (num (quote 5)) |=20 | "8" | executing Sh code block (whatIsN)... | Wrote /var/folders/kb/2hchpbyj7lb6z76l0q73w_fh0000gn/T/babel-994SoA/ob-in= put-994MXT | "8" | executing Sh code block... | Wrote /var/folders/kb/2hchpbyj7lb6z76l0q73w_fh0000gn/T/babel-994SoA/ob-in= put-994AAs | Code block evaluation complete. | Auto-saving... `---- I suggest you try `emacs -q' to be sure it isn't something in your init fil= e. If that doesn't work, my best guess is you have a mixed installation that y= ou will need to repair. HTH, Chuck > On Dec 5, 2018, at 7:59 AM, Tobias Zawada wrote: >=20 > Dear Charles, > I installed orgmode 9.14 from org via ~package-install~. >=20 > The problem is still present there.