Hi Eric,

It seems to be the first "hline" that causes the problem.  For
example, if the table data in splot.org is replaced by

#+name: data
|    | x |
|----+---|
| r1 | 1 |

it gets exported correctly as

        x
r1      1

by both the shell and gnuplot commands.

However,  if the data is replace by

#+name: data
|----+---|
|    | x |
| r1 | 1 |

it still gets exported correctly by the shell command but the gnuplot
command exports it as

hline
("" "x")
("r1" 1)


Thanks for your help with this,

Paul

>
> Very weird,
>
> This does look like a bug to me.  Can you isolate "where" the value of
> data in your example is first assigned the wrong value?
>
> Thanks for reporting.  I will save your example for when I next have
> development time.
>
> Best,

Reply via email to