ob-gnuplot: Fix error when table contains dates
commita927894d12060405f8499d5be022fe920501576b
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 15 Sep 2014 11:47:20 +0000 (15 13:47 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 15 Sep 2014 11:47:20 +0000 (15 13:47 +0200)
tree2b339a30c06c8837e0b94ffec792a6a991fd1034
parent3aa27acfcba1a8187aaa8727a0d55624b9bbf7ee
ob-gnuplot: Fix error when table contains dates

* lisp/ob-gnuplot.el (org-babel-gnuplot-table-to-data): Dynamically
  bind `org-babel-gnuplot-timestamp-fmt' instead of making it
  buffer-local, since export takes place in another buffer anyway.

Thanks to Thomas Holst for reporting it.
http://permalink.gmane.org/gmane.emacs.orgmode/90709
lisp/ob-gnuplot.el