From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kel Chan Subject: #+CALL and remote execution Date: Fri, 30 Aug 2013 13:13:02 -0700 (PDT) Message-ID: <1161481182.166827097.1377893582168.JavaMail.root@jaguar7.sfu.ca> References: <746477445.166779062.1377892460112.JavaMail.root@jaguar7.sfu.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFV4D-00017G-Rb for emacs-orgmode@gnu.org; Fri, 30 Aug 2013 16:13:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VFV45-0005nS-Ou for emacs-orgmode@gnu.org; Fri, 30 Aug 2013 16:13:13 -0400 Received: from rm-rstar2.sfu.ca ([142.58.101.4]:33822) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VFV45-0005hH-GF for emacs-orgmode@gnu.org; Fri, 30 Aug 2013 16:13:05 -0400 Received: from bentley2.sfu.ca (bentley2.nfs.sfu.ca [192.168.102.43]) by rm-rstar2.sfu.ca (8.14.3/8.14.3/SFU-5.0H) with ESMTP id r7UKD2X0007957 for ; Fri, 30 Aug 2013 13:13:02 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by bentley2.sfu.ca (Postfix) with ESMTP id 40B1C2E4003 for ; Fri, 30 Aug 2013 13:13:02 -0700 (PDT) Received: from bentley2.sfu.ca ([127.0.0.1]) by localhost (bentley2.sfu.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MY8n0sPrg3sJ for ; Fri, 30 Aug 2013 13:13:02 -0700 (PDT) Received: from mailbox1.sfu.ca (load-balancer.sfu.ca [142.58.101.11]) by bentley2.sfu.ca (Postfix) with ESMTP id 300E62E4001 for ; Fri, 30 Aug 2013 13:13:02 -0700 (PDT) In-Reply-To: <746477445.166779062.1377892460112.JavaMail.root@jaguar7.sfu.ca> 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 list, I'm implementing an executable worksheet in org and wonder if I can call a source block with a :dir arguments. It doesn't seem orgmode support this out of the box. I tried #+CALL: ping-network()[:results values replace :dir /posiadmin@10.161.25.37:] and noticed two problems: the :dir argument was ignored and only the first row of output was shown in #+RESULT block. any ideas for workarounds? cheers, kel