emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13


From: Berry, Charles
Subject: Re: [O] 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

Hmmm.

I just updated from master using `make update2'.

I ran 

/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 saved 
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)...
| 
| (num (quote 5))
| 
| "8"
| executing Elisp code block (add3)...
| 
| (num (quote 5))
| 
| "8"
| executing Sh code block (whatIsN)...
| Wrote 
/var/folders/kb/2hchpbyj7lb6z76l0q73w_fh0000gn/T/babel-994SoA/ob-input-994MXT
| "8"
| executing Sh code block...
| Wrote 
/var/folders/kb/2hchpbyj7lb6z76l0q73w_fh0000gn/T/babel-994SoA/ob-input-994AAs
| Code block evaluation complete.
| Auto-saving...
`----

I suggest you try `emacs -q' to be sure it isn't something in your init file.

If that doesn't work, my best guess is you have a mixed installation that you 
will need to repair.

HTH,

Chuck

> On Dec 5, 2018, at 7:59 AM, Tobias Zawada <address@hidden> wrote:
> 
> Dear Charles,
> I installed orgmode 9.14 from org via ~package-install~.
> 
> The problem is still present there.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]