2 #+TITLE: Testing Org-Babel Tangling
15 #+srcname: ruby-no-session
22 #+srcname: first-ruby-block
23 #+begin_src ruby :session special :tangle trivial-symbol
27 #+srcname: ruby-with-noweb-references
28 #+begin_src ruby :tangle yes
52 #+srcname: i-have-a-name
68 #+srcname: another-ruby-block
69 #+begin_src ruby :session special
74 #+srcname: ruby-plus-2
75 #+begin_src ruby :session special
82 #+begin_src ruby :session special
87 ** Emacs Lisp initialization stuff
89 #+srcname: lets-set-some-variables()
90 #+begin_src emacs-lisp
91 (setq test-tangle-loading "org-babel tangles")
92 (setq test-tangle-advert "use org-babel-tangle for all your emacs initialization files!!")
95 #+srcname: i-shouldnt-be-tangled
96 #+begin_src emacs-lisp :tangle no
97 (setq test-tangle-i-should-not-exist "hopefully I'm not included")
100 *** Emacs Lisp (not to be tangled)
105 #+srcname: i-also-shouldnt-be-tangled
106 #+begin_src emacs-lisp
107 (setq test-tangle-me-either "i also shouldn't be tangled")