From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fix for infinite loop in org-html-protect Date: Fri, 11 Mar 2011 18:39:10 +0100 Message-ID: <87y64lv9oh.fsf@gnu.org> References: <19834.23619.813886.886825@gargle.gargle.HOWL> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=47579 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Py6JL-0000Q7-IQ for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 12:39:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Py6JK-0005hG-Al for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 12:39:35 -0500 Received: from mail-ww0-f41.google.com ([74.125.82.41]:56226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Py6JK-0005hA-6n for emacs-orgmode@gnu.org; Fri, 11 Mar 2011 12:39:34 -0500 Received: by wwi17 with SMTP id 17so2592027wwi.0 for ; Fri, 11 Mar 2011 09:39:33 -0800 (PST) In-Reply-To: <19834.23619.813886.886825@gargle.gargle.HOWL> (Kim Rutherford's message of "Fri, 11 Mar 2011 17:30:43 +0000") 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: kmr44@cam.ac.uk Cc: emacs-orgmode@gnu.org Hi Kim, Kim Rutherford writes: > When I export the following as HTML, emacs hangs in org-html-protect: > > #+begin_src org > & > #+end_src > > The attached patch fixes the problem for me. Applied -- your patch is faaaaar better than the one I pushed, thanks. -- Bastien