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

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