summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-06-12 23:44:05 -0600
committerEric Schulte <schulte.eric@gmail.com>2013-06-12 23:44:15 -0600
commit172061373f8444f8e3ad5e5fc7da04548e5a45dc (patch)
tree87c9b988d5977e48b6fe19d8f06e4a7879dca0ec
parent755251fdade23ef83d1a1841445488187471cebe (diff)
downloadorg-mode-172061373f8444f8e3ad5e5fc7da04548e5a45dc.tar.gz
list term as a gnuplot header argument
* lisp/ob-gnuplot.el (org-babel-header-args:gnuplot): Term is a gnuplot header argument.
-rw-r--r--lisp/ob-gnuplot.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ob-gnuplot.el b/lisp/ob-gnuplot.el
index e7da3f6..7ea039a 100644
--- a/lisp/ob-gnuplot.el
+++ b/lisp/ob-gnuplot.el
@@ -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)