From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: [BUG] nested blocks aren't protected on export Date: Mon, 28 Jun 2010 22:09:10 -0700 Message-ID: <87bpaue87d.fsf@gmail.com> References: <876316cz9g.fsf@gmail.com> <8739w7ane7.fsf@gmail.com> <87wrtjb3mc.fsf@gmail.com> <87zkyf9be3.fsf@gmail.com> <048B7769-879E-4B9B-9CA0-DE24556DE6D1@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=59196 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTT4Z-0000fF-Jz for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 01:09:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTT4Y-0006JK-AS for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 01:09:27 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:51187) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTT4Y-0006JB-67 for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 01:09:26 -0400 Received: by pvg11 with SMTP id 11so4312800pvg.0 for ; Mon, 28 Jun 2010 22:09:24 -0700 (PDT) In-Reply-To: <048B7769-879E-4B9B-9CA0-DE24556DE6D1@gmail.com> (Carsten Dominik's message of "Tue, 29 Jun 2010 06:32:03 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Org Mode Carsten Dominik writes: [...] > > The reason why this fails seems to be because of the looking-at. > When this code was first written, (match-beginning 0) referred to > the earlier regexp match, but the looking-at, if it matches, > changes the meaning of that form. > > Could you please try if my patch works as well, and if yes apply it? > This does work, it's now applied. Thanks -- Eric