From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Kitchin Subject: org-file using tramp + babel? Date: Thu, 14 Jan 2016 20:52:27 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60293) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJtZ6-00009k-LI for emacs-orgmode@gnu.org; Thu, 14 Jan 2016 20:52:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aJtZ3-0005Lj-FM for emacs-orgmode@gnu.org; Thu, 14 Jan 2016 20:52:36 -0500 Received: from mail-qg0-x22d.google.com ([2607:f8b0:400d:c04::22d]:33022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aJtZ3-0005Lf-AX for emacs-orgmode@gnu.org; Thu, 14 Jan 2016 20:52:33 -0500 Received: by mail-qg0-x22d.google.com with SMTP id b35so368159043qge.0 for ; Thu, 14 Jan 2016 17:52:33 -0800 (PST) Received: from vpn-128-237-147-138.library.vpn.cmu.edu (VPN-128-237-147-138.LIBRARY.VPN.CMU.EDU. [128.237.147.138]) by smtp.gmail.com with ESMTPSA id e34sm3639541qga.4.2016.01.14.17.52.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Jan 2016 17:52:30 -0800 (PST) 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: emacs-orgmode Hi, I opened an org file using tramp on a remote server. It opened fine, and I had no trouble writing text and saving it. For fun I tried running a src block (a shell block that just returned the hostname), and got this error: >%s'...failed tramp-file-name-handler: Couldn't write region to `/scp:jkitchin@gilgamesh.cheme.cmu.edu:/var/folders/5q/lllv2yf95hg_n6h6kjttbmdw0000gn/T/ob-input-30024dza', decode using `base64 -d -i >%s' failed Should this have worked? It looks like it tried to write a local path from my Mac to the server, and that path doesn't exist there. Some details (not sure they are relevant): I am running Emacs on a Mac, and opened a file on a remote Centos5 server. Thanks! -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu