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

                ____
               (  (
Wow... Mind---(  (  blown...
               (___(

I just did this
(setq temporary-file-directory "/tmp")

opened a file using tramp on a remote server, and ran code on the
server, with the output showing in my local emacs from the remote
server!!!

Simple stuff works. It seems to run shell and python fine, although it
doesn't load my bashrc file, so some things don't seem to work right that
require that. Still, pretty awesome it worked at all!

Thanks for the tip about the temp directory!

Charles C. Berry writes:

> 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

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

  parent reply	other threads:[~2016-01-16  0:15 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
2016-01-15  8:36   ` Rainer M Krug
2016-01-16  0:15   ` John Kitchin [this message]
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=m2si1ys7l0.fsf@vpn-128-237-147-166.library.vpn.cmu.edu \
    --to=jkitchin@andrew.cmu.edu \
    --cc=ccberry@ucsd.edu \
    --cc=emacs-orgmode@gnu.org \
    /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).