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 <i_in...@tn-home.de> 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