Re: [Orgmode] [babel] evaluating shell commands for side effect

2010-08-25 Thread Eric Schulte
Hi Gregory, "Sullivan, Gregory (US SSA)" writes: > I'm writing "how to" documents that include sequences of shell commands, such > as: > > #+begin_src sh :session *shell* > cd /home/sullivan/myproj/src > ./configure --prefix /home/sullivan/myproj/install > make > make test > #+end_src > >

[Orgmode] [babel] evaluating shell commands for side effect

2010-08-19 Thread Sullivan, Gregory (US SSA)
I'm writing "how to" documents that include sequences of shell commands, such as: #+begin_src sh :session *shell* cd /home/sullivan/myproj/src ./configure --prefix /home/sullivan/myproj/install make make test #+end_src and simply want C-c C-c to send the lines, one at a time, to the inferio