Re: [O] Org babel with multiple linked segments of source code

2011-03-25 Thread Nicholas Patrick
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 > >

[O] Org babel with multiple linked segments of source code

2011-03-22 Thread Nicholas Patrick
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