From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sean O'Halpin" Subject: Re: [BABEL] [PATCH] Make it possible to use buffer local noweb start/end patterns Date: Sun, 26 Aug 2012 00:23:25 +0100 Message-ID: References: <87a9xitwlm.fsf@gmx.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52857) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5PhQ-00069r-Ej for emacs-orgmode@gnu.org; Sat, 25 Aug 2012 19:23:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5PhO-00038Y-HA for emacs-orgmode@gnu.org; Sat, 25 Aug 2012 19:23:28 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:54536) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5PhO-00038S-Ag for emacs-orgmode@gnu.org; Sat, 25 Aug 2012 19:23:26 -0400 Received: by pbbro12 with SMTP id ro12so5610461pbb.0 for ; Sat, 25 Aug 2012 16:23:25 -0700 (PDT) In-Reply-To: <87a9xitwlm.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 Sat, Aug 25, 2012 at 11:50 PM, Eric Schulte wrote: > Are you familiar with file local variables? > > See (info "(emacs)Specifying File Variables") > Yes. That's what I'm trying to enable. Without the patch, it seems that the =with-temp-buffer= used in =org-babel-expand-noweb-references= overrides any file local variables. In other words, setting =org-babel-noweb-wrap-start= and =org-babel-noweb-wrap-end= using file local variables doesn't work for me without this patch. Am I missing something? Regards, Sean