ob-lisp: turning vector results into lists for easy elisp reading
commitfa9464ede21d6efb41949fec42a106a0a0a3ed13
authorEric Schulte <schulte.eric@gmail.com>
Thu, 7 Apr 2011 18:31:10 +0000 (7 12:31 -0600)
committerEric Schulte <schulte.eric@gmail.com>
Thu, 7 Apr 2011 18:31:10 +0000 (7 12:31 -0600)
treec241b999b409887dc8a341a74ad7d705a7a65f2e
parentad976c66cb5a5181294a5eb6ac0989fd8b06182c
ob-lisp: turning vector results into lists for easy elisp reading

* lisp/ob-lisp.el (org-babel-execute:lisp): Turn vectors into lists
  before reading by elisp
  (org-bable-lisp-vector-to-list): Stub of a vector->list function,
  should be replaced with a cl-vector->el-vector function.
lisp/ob-lisp.el