lists are now a data type recognized by code blocks
commit88947588bc8436b5d36d76d6d24cc5d410ad9962
authorEric Schulte <schulte.eric@gmail.com>
Wed, 17 Nov 2010 23:42:52 +0000 (17 16:42 -0700)
committerEric Schulte <schulte.eric@gmail.com>
Wed, 17 Nov 2010 23:47:55 +0000 (17 16:47 -0700)
treed6279f9d260bf10fb674f2388ce40cac79722037
parent4fca6b54b518724fab7466f891aa2525699d3ce5
lists are now a data type recognized by code blocks

* lisp/ob-ref.el (org-babel-ref-resolve): Recognize `list' as a unique
  type of data
  (org-babel-ref-at-ref-p): Recognize `list' as a unique type of data

* lisp/ob.el (org-babel-read-result): Recognize `list' as a unique
  type of data
  (org-babel-read-list): A function to read a textual Org-mode list
  into an emacs-lisp list.
  (org-babel-insert-result): Recognizes the "list" result param to
  insert data as an Org-mode list.
  (org-babel-result-end): Find the end of an Org-mode list.
  (org-babel-merge-params): Add "list" as a result param.

* doc/org.texi (results): Documentation of the new "list" results
  header argument.
doc/org.texi
lisp/ob-ref.el
lisp/ob.el