0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 06:19:01 +00:00
org-mode/testing/lisp
Eric Schulte 832dc71f31 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
2010-10-21 13:06:00 +01:00
..
test-ob-exp.el babel: exporting now working with the new ob-get-src-block-info schema 2010-10-21 13:05:59 +01:00
test-ob-lob.el ob-lob: now working with the new ob-get-src-block-info 2010-10-21 13:06:00 +01:00
test-ob-sh.el ob-sh: no longer fails on empty results 2010-10-15 09:25:33 -06:00
test-ob-tangle.el ob-tangle: only create links for blocks that will actually tangle 2010-10-14 17:15:11 -06:00
test-ob.el babel: now allows multi-line header arguments with #+headers: before code block 2010-10-21 13:05:59 +01:00