From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-plot.el bugfix/patch Date: Sat, 30 Sep 2017 09:46:44 +0200 Message-ID: <87efqoljbv.fsf@nicolasgoaziou.fr> References: <874lrmcwx9.fsf@it.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34987) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dyCU7-0006Hw-F2 for emacs-orgmode@gnu.org; Sat, 30 Sep 2017 03:46:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dyCU2-0005av-IY for emacs-orgmode@gnu.org; Sat, 30 Sep 2017 03:46:51 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:58847) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dyCU2-0005ac-C8 for emacs-orgmode@gnu.org; Sat, 30 Sep 2017 03:46:46 -0400 In-Reply-To: <874lrmcwx9.fsf@it.com> (Joe Bloggs's message of "Thu, 28 Sep 2017 22:53:22 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Joe Bloggs Cc: emacs-orgmode@gnu.org Hello, "Joe Bloggs" 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