Re: [Orgmode] [Babel] Executing sh code within sessions

2010-11-05 Thread Eric Schulte
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

Re: [Orgmode] [babel] Executing sh-code

2009-11-27 Thread Torsten Wagner
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--