Hi Seb,
Yes, I've noticed the shell session evaluation problems as well. I
think one possible solution is for us to move from the current schema of
echoing a babel-specific marker to indicate that evaluation has
completed (which isn't working very well and is fairly ugly to boot) and
move towards
Hi Sébastien,
I just tried quickly. I use org-babel with python, up to now never with shell
scripting.
>
> --8<---cut here---start->8---
> * Prerequisites
>
> #+begin_src sh :session ecm
> cd ~/Personal
> #+end_src
> --8<---cut here--