gt; blah
> #+end_src
>
> #+begin_src clojure
> foo
> #+end_src
>
> #+begin_src clojure
> bar
> #+end_src
>
> #+begin_src clojure
> blah
> #+end_src
>
> While not the same as what you suggested this may be sufficient.
>
> Best -- Eric
>
>
I'm trying to figure out how to minimize the overhead with using babel to
write some segments of code. I find myself writing short segments of a set
of functionality, then writing a collector source block which is referred to
later on in the code... e.g.
*
#+srcname: test1
#+b