Re: [O] Prompting for user name when running block on remote machine

2014-07-09 Thread Andreas
Hello again list, Just for completeness I want to post my solution to the below issue. It turned out the behaviour was caused by the variable org-src-tab-acts-natively. When set this seems to activate reading the header arguments when tabbing in the src block. My solution now is to move the evalu

[O] Prompting for user name when running block on remote machine

2014-07-04 Thread Andreas
Hi, I was running in to an issue when trying to run a piece of code on a remote machine. I run the following: #+begin_src sh :dir (concat "/ssh:" (read-string "login name: ") "@some.other.place:") echo $USER #+end_src