Re: Bash blocks with :session pollute results with 'org_babel_sh_prompt>'

2022-11-18 Thread Ihor Radchenko
Alice Liquori writes: > I ran into an issue with bash blocks that use a session where > 'org_babel_sh_prompt> ' is strewn throughout the output. For large blocks > the intended output can be completely buried. Here is an example. > > #+begin_src bash :session test :results output > echo "hello" >

Bash blocks with :session pollute results with 'org_babel_sh_prompt>'

2022-11-17 Thread Alice Liquori
I ran into an issue with bash blocks that use a session where 'org_babel_sh_prompt> ' is strewn throughout the output. For large blocks the intended output can be completely buried. Here is an example. #+begin_src bash :session test :results output echo "hello" #+end_src #+RESULTS: : org_babel_sh