Some text here
echo "line 1" echo "line 2"
more text
def hello puts "hello world" end
:block_the_first
# <<ruby-no-session>> hello()
echo "line 3" echo "line 4"
blah blah blah
text line 1 text line 2 text line 3
more stuff
echo "I have a name"
foo foo bar baz
echo "line 5" echo "line 6"
holder = 98
def plus_two(n) n + 2 end
plus_two(holder)
(setq test-tangle-loading "org-babel tangles") (setq test-tangle-advert "use org-babel-tangle for all your emacs initialization files!!")
(setq test-tangle-i-should-not-exist "hopefully I'm not included")
(setq test-tangle-me-either "i also shouldn't be tangled")