[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] [Bug] HTML export hangs on certain characters
From: |
Nick Dokos |
Subject: |
Re: [O] [Bug] HTML export hangs on certain characters |
Date: |
Fri, 11 Mar 2011 12:35:31 -0500 |
Rehan Iftikhar <address@hidden> wrote:
> Hi
>
> Im trying to do an html export of an org file and it keeps hanging /
> freezing emacs. I have narrowed it down to this:
>
> * This headline exports fine
> * But when the headline includes an & it does not
>
> I have verified this on master as of 10 minutes ago.
>
I can reproduce this in latest git.
Works fine in
Org-mode version 7.5 (release_7.5.8.g06f3.dirty)
Seems like org-html-protect acquired an infinite loop: it rescans
the replacement "&", find another & and goes on ad-infinitum.
Nick