From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Albinus Subject: Re: remote execution in heterogeneous environment Date: Fri, 30 Nov 2012 20:22:00 +0100 Message-ID: <877gp2521z.fsf@gmx.de> References: <87mwxz7d8s.fsf@gmx.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TeWA4-0005MC-M8 for emacs-orgmode@gnu.org; Fri, 30 Nov 2012 14:22:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TeWA2-0002xG-Bk for emacs-orgmode@gnu.org; Fri, 30 Nov 2012 14:22:08 -0500 Received: from mailout-de.gmx.net ([213.165.64.22]:49964) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1TeWA2-0002wx-0O for emacs-orgmode@gnu.org; Fri, 30 Nov 2012 14:22:06 -0500 In-Reply-To: (Neil Best's message of "Fri, 30 Nov 2012 12:02:41 -0600") 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: Neil Best Cc: emacs-orgmode@gnu.org Neil Best writes: > tramp-version > "2.2.3-24.1" > > emacs-version > "24.2.1" > > Looks like I should upgrade tramp. I will look into that. Emacs 24.3 is in pretest, it contains Tramp 2.2.6. This might be another option. See . > I think if I restart emacs it will be upgraded to some minor, minor > release, so maybe that took care of it already. Fat chance? Sorry, this I don't understand ... >> Btw, I don't use org. For local tests, what shall I apply in order to >> execute the code in #+BEGIN_SRC ... #+END_SRC? > > I should mention that my source code block got mangled when I tried to > post through Gmane. It should look like this: > > #+BEGIN_SRC sh :dir /midway:~ > echo "Executed by `whoami` on `hostname` in `pwd`" > #+END_SRC > > Just go into Org mode, move the point within the block, and hit C-c C-c. Thanks, I will try to reproduce your problem locally. Best regards, Michael. PS: it's on my wishlist for a long time to learn org-mode. Maybe I have a chance now.