[O] [BUG]C source block evaluation fails over pscp

2017-10-31 Thread Иван Трусков
I am working on Windows machine with org file with C source block. I want to evaluate code block on remote machine accessible to me with PuTTY. Here is relevant part of the org file: #+PROPERTY: header-args :noweb yes :results verbatim :dir /pscp:tcl:/home/tc Now, let us move to the green fields

[O] [PATCH] ob-C.el: Fix command to perform on remote host

2017-04-24 Thread Иван Трусков
* lisp/ob-C.el (org-babel-C-execute): Made sure name of compiled program is converted to local representation before sending it to the shell on remote host. The problem was when one would try to evaluate C source code block in the file on remote host. Compilation would go normally, then

[O] Logging evaluation of the source block

2017-03-29 Thread Иван Трусков
Is there a way to log actions that org undertakes in process of evaluation of the code block? Preferably in such a way that all commands executed will be visible. Reason: i am suspecting org is not trying to evaluate source block on remote machine, but i need data to substantiate that claim

[O] Evaluating C code block on remote host

2017-03-29 Thread Иван Трусков
I am working on windows machine. I have last org version (from february 2017). I have a remote host accessible by putty, where i have created org file of the following contents: #+TITLE C language things * Simple hello-world program #+NAME hello world on C #+BEGIN_SRC C :dir