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
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
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
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