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 <i_in...@tn-home.de> wrote: > > Dear Charles, > I installed orgmode 9.14 from org via ~package-install~. > > The problem is still present there.