Procházet zdrojové kódy

list term as a gnuplot header argument

* lisp/ob-gnuplot.el (org-babel-header-args:gnuplot): Term is a gnuplot
  header argument.
Eric Schulte před 12 roky
rodič
revize
172061373f
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      lisp/ob-gnuplot.el

+ 2 - 1
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)