emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Babel & sh & Windows


From: Michael Gauland
Subject: [Orgmode] Re: Babel & sh & Windows
Date: Wed, 8 Dec 2010 04:03:34 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]