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

[Orgmode] [Babel] Executing sh code within sessions

2010-11-05 Thread Sébastien Vauban
Hi Eric, As requested, I'm here emphasizing the important part of this post: When executing sh code block within a session, it never terminates, echoing... : executing Sh code block... in the minibuffer. The =sva= shell buffer contains: #+begin_src sh echo In $(pwd): /sebast...@mediacenter:.

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--

[Orgmode] [babel] Executing sh-code

2009-11-25 Thread Sébastien Vauban
Hi, I'm trying to execute code through babel, for the first time -- I did use it for small examples of LP, but not yet for enhanced work. This is my first file: --8<---cut here---start->8--- * Prerequisites #+begin_src sh :session ecm cd ~/Personal #+end_