Re: [O] org babel execute shell in sh?

2012-03-09 Thread Panruo Wu
Thanks tom! This is exactly what I need. regards, robb On Wed, Mar 7, 2012 at 9:24 PM, Tom Regner t...@goochesa.de wrote: Hi, Panruo Wu p...@mymail.mines.edu writes: Dear list, #+begin_src sh for np in {1..32} do echo $np done #+end_src when executing, the output

[O] org babel execute shell in sh?

2012-03-07 Thread Panruo Wu
Dear list, #+begin_src sh for np in {1..32} do echo $np done #+end_src when executing, the output only shows {1..32} which is clearly not I want.. After some investigation, I found that orgmode uses sh that cannot understand the for loop above. My question is, how can I suggest orgmode to