2012/1/21 <emacs-orgmode-requ...@gnu.org>: > 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.