improved gnuplot handling of special header args
commit6e417dd2f5cba5850e39612dd965dc2373ef6be6
authorEric Schulte <schulte.eric@gmail.com>
Fri, 17 May 2013 14:49:51 +0000 (17 08:49 -0600)
committerEric Schulte <schulte.eric@gmail.com>
Fri, 17 May 2013 14:51:35 +0000 (17 08:51 -0600)
tree892eb6b98f01cc8791d25b18e1347bc66cf0955c
parent1f42ea516ab47753877d58708a327268682bb7ac
improved gnuplot handling of special header args

  Both declare them, and then actually retrieve them from the params
  association list (which is not a p list).

* lisp/ob-gnuplot.el (org-babel-header-args:gnuplot): Declare them.
  (org-babel-expand-body:gnuplot): Params is an alist not a plist.
lisp/ob-gnuplot.el