emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Babel: the disappearing hline


From: Eric Schulte
Subject: Re: [O] Babel: the disappearing hline
Date: Mon, 11 Nov 2013 10:44:57 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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

[Prev in Thread] Current Thread [Next in Thread]