Hello,

"Joe Bloggs" <vapn...@yahoo.com> writes:

> The grid examples in org-plot.el

I assume you mean grid examples in "org-plot.org" from Worg?

> don't work for me
> because the org-plot sets datafile separator to "\t",
> so gnuplot can't read the data file properly.
> Leaving datafile separator at its default value
> (whitespace) fixes the problem.

Why not fixing Worg file instead?

>      ;; Unless specified otherwise, values are TAB separated.
>      (unless (string-match-p "^set datafile separator" script)
> -      (funcall ats "set datafile separator \"\\t\""))
> +      (funcall ats "set datafile separator"))

This seems to contradict the comment above, hence my question about
where the fix should happen.

WDYT?

Regards,

-- 
Nicolas Goaziou

Reply via email to