From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Holst Subject: [BUG] gnuplot with dates from a table dosn't work anymore Date: Mon, 15 Sep 2014 10:46:55 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53529) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTS1R-0000Mi-0u for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 04:52:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XTS1J-0003wl-Hv for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 04:52:32 -0400 Received: from imta21.fe.bosch.de ([139.15.243.226]:21326) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XTS1J-0003wU-Bd for emacs-orgmode@gnu.org; Mon, 15 Sep 2014 04:52:25 -0400 Received: from smtp6-v.fe.bosch.de (imta23.fe.bosch.de [139.15.243.227]) by imta21.fe.bosch.de (Postfix) with ESMTP id F1D2BC04CF for ; Mon, 15 Sep 2014 10:47:15 +0200 (CEST) Received: from vsmta13.fe.internet.bosch.com (unknown [10.4.98.53]) by imta23.fe.bosch.de (Postfix) with ESMTP id B5DED1580169 for ; Mon, 15 Sep 2014 10:47:06 +0200 (CEST) Received: from localhost (vsgw22.fe.internet.bosch.com [10.4.98.11]) by vsmta13.fe.internet.bosch.com (Postfix) with SMTP id A9FFB60051A for ; Mon, 15 Sep 2014 10:47:06 +0200 (CEST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode mailing list Hi, after a pull from this weekend generating plots with gnuplot does not work anymore. It was working perfectly before the pull. I get an error message saying: org-babel-gnuplot-quote-timestamp-field: Wrong type argument: stringp, = nil Here is the sample table and babel code: #+TBLNAME: GewichtSep2014 | | Date | Kg | $\Delta$ | |---+-----------------+------+------| | # | <2014-09-10 Mi> | 90.0 | 0.0 | | # | <2014-09-11 Do> | 89.7 | 0.3 | | # | <2014-09-12 Fr> | 88.4 | 1.3 | | # | <2014-09-13 Sa> | 86.9 | 1.5 | | # | <2014-09-14 So> | 86.4 | 0.5 | | # | <2014-09-15 Mo> | 87.0 | -0.6 | |---+-----------------+------+------| | # | | 3.0 | [] | #+TBLFM: $4=3D@-1$3-$3;%.1f::@8$3=3D(@I - @II-1);%.1f::@8$4=3D"" #+begin_src gnuplot :var data=3DGewichtSep2014[2:-3,1:-2] :exports code := file GewSep2014.png :session :hlines no reset cd "~/git/org-priv" set title "Example" set xdata time set timefmt "%Y-%m-%d:%H:%M:%S" set format x "%d.%m." set yrange [80:] set xtics nomirror set ytics nomirror set xtics "2014-09-10:0:0:0", 7*86400 # Datum muss in timefmt sein, Ab= stand in Sekunden plot data using 1:2 with lines lt rgb "blue" title "Gewicht", 84.0 with= dots lt rgb "red" notitle #+end_src I have git bisected this and it turned out that: 9209aa3 | * org-table: Use "ox.el" internally for radio tables by Nicolas is the commit which produces the error. Thanks for looking into this --=20 Mit freundlichen Gr=FC=DFen / Best regards=20 Thomas Holst=20 DGS-EC/ESE4 Tel. +49 (711) 811-40681 PC-Fax +49 (711) 811-5182208