allow customization of the noweb reference syntax
commit3d255535886bb4bae8114f37ebbad11597dd58d6
authorEric Schulte <eric.schulte@gmx.com>
Fri, 27 Jan 2012 23:04:09 +0000 (27 16:04 -0700)
committerEric Schulte <eric.schulte@gmx.com>
Fri, 27 Jan 2012 23:04:09 +0000 (27 16:04 -0700)
tree124b7a1c4d5695fec37b764a2964c4b794394cb6
parent0e7f2d6e263a15e383e5db97dc297bf7767999f7
allow customization of the noweb reference syntax

  Thanks to Sean O'Halpin for suggesting this change.

* lisp/ob-tangle.el (org-babel-tangle-clean): Use the customizable
  noweb wrappers.
* lisp/ob.el (org-babel-noweb-wrap-start): Begin a noweb reference.
  (org-babel-noweb-wrap-end): End a noweb reference.
  (org-babel-noweb-wrap): Apply the customizable noweb wrappers.
  (org-babel-expand-noweb-references): Use the customizable noweb
  wrappers.
lisp/ob-tangle.el
lisp/ob.el