Srinivas <sp_us <at> yahoo.com> writes:
> I tried the following:
> #+srcname: directory-tree
> #+BEGIN_SRC sh :dir /bin :results output org replace :exports results
> tree
> #+END_SRC
> 
> The output is as given below:
> 
> #+results: directory-tree
> c:\bin>More? 
> 

I've played with babel a little bit on Windows, and found that adding an extra 
non-blank line at least gets me some output:


#+BEGIN_SRC sh :dir /bin :results output org replace :exports results
tree
echo
#+END_SRC

I haven't taken the time to dig any further into this, but it works 
consistently on my system.


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to