ob-lob: now working with the new ob-get-src-block-info
commit832dc71f31b046bfaf032aa592a71df43082826d
authorEric Schulte <schulte.eric@gmail.com>
Sat, 16 Oct 2010 00:42:26 +0000 (15 18:42 -0600)
committerDan Davison <davison@stats.ox.ac.uk>
Thu, 21 Oct 2010 12:06:00 +0000 (21 13:06 +0100)
treed6dbc2663809f5ac0658b073c41a0050294c2ba5
parent3ab7f12792449e28dcc3e298523b1ab1fca26898
ob-lob: now working with the new ob-get-src-block-info

  ob-get-src-block-info wasn't correctly returning the name of the
  code block

* lisp/ob-lob.el (org-babel-lob-ingest): now returns the count of
  ingested code blocks

* lisp/ob.el (org-babel-get-src-block-info): walks up possible
  additional header arg lines before checking for the code block name

  (org-babel-merge-params): can now handle empty variables gracefully
lisp/ob-lob.el
lisp/ob.el
testing/lisp/test-ob-lob.el [new file with mode: 0644]