Re: [O] [Babel] [PATCH] Customize regular expression to match noweb references

2012-01-28 Thread Sean O'Halpin
On Fri, Jan 27, 2012 at 11:05 PM, Eric Schulte wrote: > Good idea, > > I've changed your implementation to rely on two new customization > variables `org-babel-noweb-wrap-start' and `org-babel-noweb-wrap-end' as > this provides more flexibility to the backend implementation to place > constraints

Re: [O] [Babel] [PATCH] Customize regular expression to match noweb references

2012-01-27 Thread Eric Schulte
Good idea, I've changed your implementation to rely on two new customization variables `org-babel-noweb-wrap-start' and `org-babel-noweb-wrap-end' as this provides more flexibility to the backend implementation to place constraints on the properties of the noweb names. In you're situation you wil

[O] [Babel] [PATCH] Customize regular expression to match noweb references

2012-01-25 Thread Sean O'Halpin
Hi, Here's a patch I'm using to change the default regular expression used to match noweb references. The default regular expression "<<\\(.+?\\)>>" conflicts with Ruby syntax and confuses syntax highlighting. I now set this to "«\\(.+?\\)»", i.e. using guillemots instead (AltGr-z and AltGr-x on m