From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Gauland Subject: Re: Babel & sh & Windows Date: Wed, 8 Dec 2010 04:03:34 +0000 (UTC) Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57548 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQPtA-00087V-ER for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 14:41:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PQPt9-0004mG-FQ for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 14:41:20 -0500 Received: from lo.gmane.org ([80.91.229.12]:38510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PQPt9-0004m9-9u for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 14:41:19 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PQPt6-0000wT-Ef for emacs-orgmode@gnu.org; Wed, 08 Dec 2010 20:41:17 +0100 Received: from 122-57-99-135.jetstream.xtra.co.nz ([122.57.99.135]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Dec 2010 20:41:16 +0100 Received: from mikelygee by 122-57-99-135.jetstream.xtra.co.nz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 08 Dec 2010 20:41:16 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Srinivas 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.