org-babel: foreign-file references work, export is fully functional
commit62c8d0a835fd9fb642cad88617cd13c534e48a7e
authorEric Schulte <schulte.eric@gmail.com>
Fri, 23 Oct 2009 04:56:05 +0000 (22 22:56 -0600)
committerEric Schulte <schulte.eric@gmail.com>
Fri, 23 Oct 2009 22:02:24 +0000 (23 16:02 -0600)
tree9edb5eeda5608abb4bbf22bbcee68fb94c51db12
parent540fa74513ff4c4bd912f13b37c53e88d178b7d9
org-babel: foreign-file references work, export is fully functional

1) source blocks can now reference source-blocks in other files using
   the filename:sourcename syntax

2) on export all references are now made to explicitly point to the
   original buffer using the filename:sourcename syntax.  This ensures
   that all references are correctly resolved on export, even when the
   referenced source block has already been processed.
contrib/babel/lisp/org-babel-exp.el
contrib/babel/lisp/org-babel-ref.el
contrib/babel/lisp/org-babel.el