Matt <m...@excalamus.com> writes: > diff --git a/lisp/ob-shell.el b/lisp/ob-shell.el > index 9e7b45a89..eab8ea935 100644 > --- a/lisp/ob-shell.el > +++ b/lisp/ob-shell.el > @@ -269,12 +269,22 @@ var of the same value." > (set-marker comint-last-output-start (point)) > (get-buffer (current-buffer))))))) > > +(defconst ob-shell-async-indicator "echo 'ob_comint_async_shell_%s_%s'" > + "Session output delimiter template. > +See `org-babel-comint-async-indicator'.") > ...
I see that you pushed this onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f7aa8c19f5170dbf09538686fb569f9b60acbd6c May you also document this new feature in ORG-NEWS and in https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-shell.html ? -- Ihor Radchenko // yantar92, Org mode contributor, 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>