[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Erroneous "No such file or directory" with babel and remote dir
From: |
Loris Bennett |
Subject: |
Re: [O] Erroneous "No such file or directory" with babel and remote dir |
Date: |
Tue, 25 Sep 2012 16:11:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) |
Bastien <address@hidden> writes:
> Hi Loris,
>
> "Loris Bennett" <address@hidden> 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 /address@hidden:
>> | 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,
How do I avoid the mixed installation problem when testing with a clone
of the org repository? My version is
,----------------------------------------------------------------
| Org-mode version 7.9.1 (release_7.9.1-git @ mixed installation!
| /usr/local/share/emacs/site-lisp/ and
| /home/loris/git/org-mode.git/lisp/)
`----------------------------------------------------------------
Loris
--
no sig is good sig
- [O] Erroneous "No such file or directory" with babel and remote dir, Loris Bennett, 2012/09/10
- Re: [O] Erroneous "No such file or directory" with babel and remote dir, Loris Bennett, 2012/09/26
- Re: [O] Erroneous "No such file or directory" with babel and remote dir, Achim Gratz, 2012/09/26
- Re: [O] Erroneous "No such file or directory" with babel and remote dir, Nick Dokos, 2012/09/26
- Re: [O] Erroneous "No such file or directory" with babel and remote dir, Loris Bennett, 2012/09/26
- Re: [O] Erroneous "No such file or directory" with babel and remote dir, Achim Gratz, 2012/09/26
- Re: [O] Erroneous "No such file or directory" with babel and remote dir, Loris Bennett, 2012/09/27