emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] org-babel functions for Io evaluation


From: Andrzej Lichnerowicz
Subject: Re: [O] org-babel functions for Io evaluation
Date: Sat, 21 Jan 2012 21:19:38 +0100

2012/1/21  <address@hidden>:
> 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]