From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xavier Maillard Subject: org-babel: remote execution ? Date: Tue, 12 Mar 2013 23:18:37 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33608) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFXXe-0004li-KJ for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 18:23:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UFXU8-0006iA-LS for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 18:19:30 -0400 Received: from plane.gmane.org ([80.91.229.3]:45944) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UFXU8-0006hb-F2 for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 18:15:52 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UFXUS-0005Kt-2C for emacs-orgmode@gnu.org; Tue, 12 Mar 2013 23:16:12 +0100 Received: from mail.maillard.im ([88.164.105.66]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 23:16:12 +0100 Received: from xavier by mail.maillard.im with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 12 Mar 2013 23:16:12 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi there, I am trying to get back to orgmode after years ;) I developed my own spartian note-jotting mode for emacs but I do not track my TODOs with that and thus, I am totally dis-org-anized :D I am also an eev-mode fan to do all sort of stuff. Today, I tried to use org-babel for the first time with thing like that: #+begin_src sh echo $ORACLE_SID #+end_src My goal is to execute this block on a remote machine. I RTFM'ed but I could not find where this is described. Is it just possible to do that ? If not, are there any eev+org users here ? Regards Thank you very much for your help. /Xavier