Re: [O] Bug: Can't execute C code block from remote directory [9.0.5 (release_9.0.5-401-g86ff11 @ /Users/xcy/src/org-mode/lisp/)]

2017-04-07 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > Nicolas Goaziou writes: > >> Hello, >> >> Chunyang Xu writes: >> >>> Here is a patch which can fix the issue. >> >> Thank you. >> >>> From e42b22f74c2f04a4d8e7eec0a6bdacbd08bebf12 Mon Sep 17 00:00:00 2001 >>> From: Chunyang

Re: [O] Bug: Can't execute C code block from remote directory [9.0.5 (release_9.0.5-401-g86ff11 @ /Users/xcy/src/org-mode/lisp/)]

2017-04-05 Thread Chunyang Xu
Nicolas Goaziou writes: > Hello, > > Chunyang Xu writes: > >> Here is a patch which can fix the issue. > > Thank you. > >> From e42b22f74c2f04a4d8e7eec0a6bdacbd08bebf12 Mon Sep 17 00:00:00 2001 >> From: Chunyang Xu >> Date: Mon, 3 Apr 2017 14:46:51 +0800

Re: [O] Bug: Can't execute C code block from remote directory [9.0.5 (release_9.0.5-401-g86ff11 @ /Users/xcy/src/org-mode/lisp/)]

2017-04-05 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > Here is a patch which can fix the issue. Thank you. > From e42b22f74c2f04a4d8e7eec0a6bdacbd08bebf12 Mon Sep 17 00:00:00 2001 > From: Chunyang Xu > Date: Mon, 3 Apr 2017 14:46:51 +0800 > Subject: [PATCH] ob-C: Fix remote

Re: [O] Bug: Can't execute C code block from remote directory [9.0.5 (release_9.0.5-401-g86ff11 @ /Users/xcy/src/org-mode/lisp/)]

2017-04-03 Thread Chunyang Xu
Here is a patch which can fix the issue. >From e42b22f74c2f04a4d8e7eec0a6bdacbd08bebf12 Mon Sep 17 00:00:00 2001 From: Chunyang Xu Date: Mon, 3 Apr 2017 14:46:51 +0800 Subject: [PATCH] ob-C: Fix remote executing * lisp/ob-C.el (org-babel-C-execute): Process remote bin file.

[O] Bug: Can't execute C code block from remote directory [9.0.5 (release_9.0.5-401-g86ff11 @ /Users/xcy/src/org-mode/lisp/)]

2017-04-01 Thread Chunyang Xu
Hi. My computer is running Mac OS, I would like to run some C code from my VPS which is running GNU/Linux Ubuntu. For example, #+BEGIN_SRC C :dir /ssh:xuchunyang.me: puts("Hello, World!"); #+END_SRC but when I execute this code block with C-c C-c, it popups *Org-Babel Error Output* and here is