list term as a gnuplot header argument

* lisp/ob-gnuplot.el (org-babel-header-args:gnuplot): Term is a gnuplot
  header argument.
This commit is contained in:
Eric Schulte 2013-06-12 23:44:05 -06:00
parent 755251fdad
commit 172061373f

View file

@ -60,7 +60,8 @@
(y-labels . :any)
(timefmt . :any)
(time-ind . :any)
(missing . :any))
(missing . :any)
(term . :any))
"Gnuplot specific header args.")
(defvar org-babel-gnuplot-timestamp-fmt nil)