emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-plot.el bugfix/patch


From: Nicolas Goaziou
Subject: Re: [O] org-plot.el bugfix/patch
Date: Sat, 30 Sep 2017 09:46:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Hello,

"Joe Bloggs" <address@hidden> 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

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