[O] [babel] is there a chance to split arguments in src block calls or noweb syntax

2016-01-31 Thread O.Hamann
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

Re: [O] [babel] is there a chance to split arguments in src block calls or noweb syntax

2016-02-04 Thread O.Hamann
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