Make it possible to use buffer local noweb start/end patterns
commit30a24f464f65e0e372e0517e7d65956182f76b6e
authorSean O'Halpin <sean.ohalpin@gmail.com>
Sat, 25 Aug 2012 22:22:24 +0000 (25 23:22 +0100)
committerEric Schulte <eric.schulte@gmx.com>
Sun, 26 Aug 2012 14:29:32 +0000 (26 08:29 -0600)
treeec3b8cb59df5b5f62a78034e59fbb74847395a51
parentdb0e3066587272dc3bac43266e77f1f0e6fab9f6
Make it possible to use buffer local noweb start/end patterns

* lisp/ob.el (org-babel-expand-noweb-references): Capture current
noweb start and end patterns then use to set buffer locals in
(with-temp-buffer) form.

This solves the problem that using different patterns for
org-babel-noweb-wrap-start and org-babel-noweb-wrap-end could be done
only globally.

TINYCHANGE
lisp/ob.el