org-mode/lisp
Dan Davison 90094f9b7c Started again with lob implementation.
I'm now proposing to implement it, at least temporarily, as a
degenerate source block (has no body), with interpreter name
'babel'. These 'babel' blocks will use a :srcname header arg to refer
to the source code block that they will use for their body. This
source code block might be in the 'library of babel'. If so it will
use a conventional variable name for its 'main data argument' such as
__data__. Then the babel block (not to be confused with a code block
in the lob) would use :var __data__=ref, where ref is a resource
reference resolved as usual.
2009-06-12 23:45:14 -04:00
..
langs moving org-babel-lisp into the langs directory 2009-06-12 16:44:06 -07:00
org-babel-comint.el passing almost all tests 2009-06-12 16:34:06 -07:00
org-babel-exp.el renaming the org-babel/ directory to the lisp/ directory 2009-05-24 13:56:20 -07:00
org-babel-init.el moving language-specific files into their own directory 2009-06-12 08:59:38 -07:00
org-babel-lob.el Started again with lob implementation. 2009-06-12 23:45:14 -04:00
org-babel-ref.el removing Austin F. Frank from copyright and author lines 2009-06-12 16:55:42 -07:00
org-babel-table.el renaming the org-babel/ directory to the lisp/ directory 2009-05-24 13:56:20 -07:00
org-babel.el Started again with lob implementation. 2009-06-12 23:45:14 -04:00