emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Charles C. Berry" <ccberry@ucsd.edu>
To: John Kitchin <jkitchin@andrew.cmu.edu>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: org-file using tramp + babel?
Date: Thu, 14 Jan 2016 19:33:41 -0800	[thread overview]
Message-ID: <alpine.OSX.2.20.1601141826170.907@charles-berrys-macbook.local> (raw)
In-Reply-To: <m260yvsj6s.fsf@vpn-128-237-147-138.library.vpn.cmu.edu>

On Thu, 14 Jan 2016, John Kitchin wrote:

> 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.

This works for me from my mac on a remote Centos system.

I think this tripped me up in the past, but my notes do not reveal the fix 
I used.

I think this is a temporary-file-directory issue, but nothing in my init 
pertains to that variable or tramp.

In my emacs-init.org, I do have

#+BEGIN_SRC emacs-lisp
(setq default-directory "/Users/cberry/")
#+END_SRC

and I see a lot of references to this in tramp-compat.el. So, maybe 
setting it is enough to get emacs and/or tramp to use my local client for 
temp files.

In *Messages* I see this after running the src block:

--8<---------------cut here---------------start------------->8---
Evaluate this shell code block on your system? (y or n) y
executing Shell code block...
Tramp: Encoding local file `/var/folders/kb/2hchpbyj7lb6z76l0q73w_fh0000gn/T/tramp.560h4h' using `base64-encode-region'...done
Tramp: Decoding remote file `/scp:<me at remote host>:/tmp/ob-input-560Uub' using `base64 -d -i >%s'...done
Tramp: Encoding local file `/var/folders/kb/2hchpbyj7lb6z76l0q73w_fh0000gn/T/tramp.5607Mu' using `base64-encode-region'...done
Tramp: Decoding remote file `/scp:<me at remote host>:/tmp/ob-error-560uCo' using `base64 -d -i >%s'...done
...<and more cycles like that>
--8<---------------cut here---------------end--------------->8---


and when I issue `C-h v temporary-file-directory RET' in the buffer of the remote file,
I get the same `/var/folders/...' which is what `echo $TMPDIR' shows locally.

HTH,

Chuck

  reply	other threads:[~2016-01-15  3:33 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-15  1:52 org-file using tramp + babel? John Kitchin
2016-01-15  3:33 ` Charles C. Berry [this message]
2016-01-15  8:36   ` Rainer M Krug
2016-01-16  0:15   ` John Kitchin
2016-01-15  6:41 ` Martin Yrjölä
2016-01-15  8:37   ` Rainer M Krug

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.OSX.2.20.1601141826170.907@charles-berrys-macbook.local \
    --to=ccberry@ucsd.edu \
    --cc=emacs-orgmode@gnu.org \
    --cc=jkitchin@andrew.cmu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).