1 #+TITLE: Testing Org-Babel Export
10 source block is here, but is shouldn't be exported...
12 #+begin_src ruby :results silent :exports none
20 The source block is here, and lets see the code
22 #+begin_src ruby :results silent :exports code
30 This is a source block, and lets see the results
31 #+begin_src ruby :exports results :results replace
35 lets see the source, and results for a ruby array
36 #+begin_src ruby :results replace
37 [1, 2, 3, 4].map{ |n| n * 2 }
45 #+begin_src emacs-lisp
51 #+begin_src emacs-lisp :exports none :results silent
56 ** in-line source blocks
58 This is an inline source code block src_ruby{1 + 6}. And another
59 source block with text output src_emacs-lisp{"eric"}.