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

2011-03-29 Thread Eric Schulte
Nicholas Patrick writes: > I may try playing around with the sequential sections...since that's how I'm > currently writing the majority of this file. Most of the pieces of code are > simply defining functions that call other functions or macros and wouldn't > be executed alone. However, I'm de

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

2011-03-25 Thread Nicholas Patrick
I may try playing around with the sequential sections...since that's how I'm currently writing the majority of this file. Most of the pieces of code are simply defining functions that call other functions or macros and wouldn't be executed alone. However, I'm defining other blocks as tests for th

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

2011-03-22 Thread Eric Schulte
Hi, The setup you suggest below is not currently supported. I fear implementing such a system could have some odd semantic extensions into other parts of Org-mode code blocks, for example, would it then make sense for the results of a code block to be collected over all code blocks with that name

[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