ob-tangle: continued code blocks now implemented with the :noweb-ref header arg
commit8c37281cb63a0b5cb0d84d22960e3a33d7680d40
authorEric Schulte <schulte.eric@gmail.com>
Thu, 16 Jun 2011 04:14:03 +0000 (15 21:14 -0700)
committerEric Schulte <schulte.eric@gmail.com>
Thu, 16 Jun 2011 04:14:03 +0000 (15 21:14 -0700)
treed86d041f59157135c45a91af3697f2deb3ddd71f
parent23e7adbdaa1db260bdd4c1b58f0e18b61e32b361
ob-tangle: continued code blocks now implemented with the :noweb-ref header arg

  Now *all* code blocks which either are named `ref-name' or have the
  :noweb-ref header argument value `ref-name' will have their bodies
  concatenated when resolving the noweb reference <<ref-name>>.

* lisp/ob.el (org-babel-expand-noweb-references): Concatenating all
  bodies with the appropriate name or :noweb-ref header argument.
lisp/ob.el