>
> In fact, a ":hlines no" keeps hlines in raw output; see a summarizing
> example below.
>
> From the documentation I got the impression that if hlines are pruned,
> they are pruned from the _input_:
>

There are two paces to specify header arguments in a call line, the
arguments in the [] are applied to the input-table function, *not* to
the call line, so they change the inputs.  The trailing header arguments
are applied to the call line.

[...]
>   #+NAME: table-raw-results
>   #+CALL: input-table[:results raw]() :hlines no
>   #+RESULTS: table-raw-results
>   : ((a) (b) hline (c))

In this case the "[:results raw]" means that the input is a string, so
hline processing is not performed.

Best,

-- 
Eric Schulte
https://cs.unm.edu/~eschulte
PGP: 0x614CA05D

Reply via email to