emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] remote execution in heterogeneous environment


From: George Jones
Subject: Re: [O] remote execution in heterogeneous environment
Date: Thu, 20 Dec 2012 20:21:24 -0500

Hi.  Patch seems to work.  Tested on fresh emacs-snapshot (24.3.50.1) install on ubuntu with org-mode freshly pulled from git (7.9.2).

#+NAME: hobbits
| bilbo | frodo |

#+name: execOnExample.com
#+BEGIN_SRC sh :var foo=hobbits  :dir /address@hidden: :results output
hostname                                                                                                                                               
echo executed on `hostname` at `date`                                                                                                                  
echo two $foo                                                                                                                                          
#+END_SRC

Similar procedure on a mac still yeilds:

FYI/Thanks,
---George Jones

Couldn't write region to `/scpc:address@hidden:/var/folders/j6/j6w17khs3vl9s2_yg4rb5zsm0000gn/T/input-61683xyS', decode using `mimencode -u -b >%s' f\
ailed

On Thu, Dec 20, 2012 at 11:39 AM, Bastien <address@hidden> wrote:
Hi Michael,

Michael Albinus <address@hidden> writes:

> The following patch I've committed to Emacs' trunk, it fixes the problem
> as far as I could test. Maybe somebody from the org maintainers could
> merge it into the org repository.

I've already merged it in maint and master.

Thanks a lot!


reply via email to

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