From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Erroneous "No such file or directory" with babel and remote dir Date: Wed, 19 Sep 2012 09:37:26 +0200 Message-ID: <87vcfapgfy.fsf@bzg.ath.cx> References: <87y5kiq71h.fsf@slate.zedat.fu-berlin.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55168) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEFbN-0001d4-L5 for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 04:25:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TEFbF-0002eF-Gc for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 04:25:45 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:59175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TEFbF-0002d5-AH for emacs-orgmode@gnu.org; Wed, 19 Sep 2012 04:25:37 -0400 Received: by mail-we0-f169.google.com with SMTP id s10so471286wey.0 for ; Wed, 19 Sep 2012 01:25:37 -0700 (PDT) In-Reply-To: <87y5kiq71h.fsf@slate.zedat.fu-berlin.de> (Loris Bennett's message of "Mon, 10 Sep 2012 16:36:10 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Loris Bennett Cc: emacs-orgmode@gnu.org Hi Loris, "Loris Bennett" writes: > I have updated from 7.8.something to 7.9.1 and evaluating the following > source block: > > ,---------------------------------------------------------------------------------- > | #+header: :cache no :eval query > | #+name: sacct-output > | #+begin_src sh :exports both :dir /root@xxxxxxxxxx: > | module load shared slurm > | sacct -d -S 2011-11-01 | grep JOB_TERMINATED | cut -d ' ' -f 4,23 | grep -v ' 0$' > | #+end_src > `---------------------------------------------------------------------------------- > > used to work, but now produces the error: Can you try to bisect and find the bad commit (or a set of suspicious ones)? Thanks, -- Bastien