0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-21 05:49:43 +00:00
org-mode/testing/lisp
Eric Schulte 9931dae20a babel: exporting now working with the new ob-get-src-block-info schema
includes a simple export test

* lisp/ob-exp.el (org-babel-exp-in-export-file): wrapper for
  collecting information from within the original export file

  (org-babel-exp-src-blocks): simplified through use of the above
  macro

  (org-babel-exp-code): simplified through the use of new functions
  for parsing header arguments

  (org-babel-exp-results): simpler high-level organization, also this
  is now where the expansion of variable references takes place during
  export

* lisp/ob.el (org-babel-expand-variables): broke variable replacement
  in a parameter list into it's own function

  (org-babel-get-src-block-info): now using the above function
2010-10-21 13:05:59 +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-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