Ihor Radchenko <[email protected]> writes: > "Christopher M. Miles" <[email protected]> writes: > >>> Can you send a patch and a reproducer? Then, I can debug on my side. >> >> Thanks, I attached diff file in attachment. >> + (org-babel-comint-with-output >> + (session (format "%S" org-babel-lua-eoe) >> 'remove-echo body 'filter-prompts) > > (format "%S" org-babel-lua-eoe) returns "..." (value with quotes > included), which never matches, causing infinite loop. > You need simply > (org-babel-comint-with-output (session org-babel-lua-eoe ...) ...)
Any update here? -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
