Re: [Accepted] [O] Fix for infinite loop in org-html-protect

2011-03-11 Thread Scott Frazer
On Fri, Mar 11, 2011 at 1:55 PM, Nick Dokos wrote: > Scott Frazer wrote: > There is a (let ((start 0))... around the (while (string-match...)..) > and inside the outer loop, so every time the inner loop is finished, > start is recreated and initialized to 0 for the next iteration of the > outer l

Re: [Accepted] [O] Fix for infinite loop in org-html-protect

2011-03-11 Thread Nick Dokos
Scott Frazer wrote: > On 3/11/11 12:38 PM, Bastien Guerry wrote: > > >> > >> --- > >> lisp/org-html.el |2 +- > >> 1 files changed, 1 insertions(+), 1 deletions(-) > >> > >> diff --git a/lisp/org-html.el b/lisp/org-html.el > >> index c60c90d..2312b21 100644 > >> --- a/lisp/org-html.el > >>

Re: [Accepted] [O] Fix for infinite loop in org-html-protect

2011-03-11 Thread Scott Frazer
On 3/11/11 12:38 PM, Bastien Guerry wrote: --- lisp/org-html.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index c60c90d..2312b21 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -2186,7 +2186,7 @@ Possible conversions a

[Accepted] [O] Fix for infinite loop in org-html-protect

2011-03-11 Thread Bastien Guerry
Patch 674 (http://patchwork.newartisans.com/patch/674/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C19834.23619.813886.886825%40gargle.gargle.HOWL%3E Here is the original message containing the patch: > Content-Type: text/plain;