From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrzej Lichnerowicz Subject: Re: org-babel functions for Io evaluation Date: Sat, 21 Jan 2012 21:19:38 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:34851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RohPb-0001nO-N5 for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 15:19:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RohPX-0007MS-Oh for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 15:19:43 -0500 Received: from mail-tul01m020-f169.google.com ([209.85.214.169]:52571) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RohPX-0007MM-HI for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 15:19:39 -0500 Received: by obbta7 with SMTP id ta7so2359495obb.0 for ; Sat, 21 Jan 2012 12:19:38 -0800 (PST) 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 2012/1/21 : > I would like to try it but am kind of put off by the absense of any kind > of examples or tutorial on how it should be used. Usage example? You use it with source blocks: #+begin_src io :results output Object slotNames sort print #+end_src or #+begin_src io :results output repl Object slotNames sort #+end_src then C-c C-c on the block, to execute it. The block containing an output will be appended right after. Sorry, my bad, I thought that's self explanatory. Other language extensions do not contain any usage examples, so I didn't put them either. --a.