Hi all,
Splitting header arguments for source blocks into different lines works
very fine,
(and leads one to put more and more args in the header... )
Is there a chance or trick to do similarly when calling such src blocks?
Somehow like in shell scripts a backslash at the end of a line will
s
nt value|
...
|argN| many args later|
and called like this:
#+CALL:
namedSrcBlock(arg1=params[0,1],arg2=params[1,1],...,argN=params[N-1,1])
That makes the call line short and the arguments are presented well
readable nearest to the call.
On 31.01.2016 20:34, Charles C. Berry wrote:
On Su