From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: [Babel] [PATCH] Customize regular expression to match noweb references Date: Sat, 28 Jan 2012 15:34:34 +0000 Message-ID: References: <87fwf0aeyq.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:35347) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrAIX-0006QX-5z for emacs-orgmode@gnu.org; Sat, 28 Jan 2012 10:34:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RrAIW-0004Hj-01 for emacs-orgmode@gnu.org; Sat, 28 Jan 2012 10:34:37 -0500 Received: from mail-bk0-f41.google.com ([209.85.214.41]:63024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RrAIV-0004HT-RL for emacs-orgmode@gnu.org; Sat, 28 Jan 2012 10:34:35 -0500 Received: by bkbzs2 with SMTP id zs2so1461923bkb.0 for ; Sat, 28 Jan 2012 07:34:34 -0800 (PST) In-Reply-To: <87fwf0aeyq.fsf@gmx.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: Org Mode 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 on the properties of the noweb names. > > In you're situation you will now want to set... > (setq org-babel-noweb-wrap-start "=AB" > =A0 =A0 =A0org-babel-noweb-wrap-end =A0 "=BB") > > Thanks for the great idea, > Seems to work fine. Thanks for implementing it so quickly and thanks for org-babel! Regards, Sean