Hello,

Kevin Zettler <kevzett...@gmail.com> writes:

> Apologies if this is a duplicate. I first sent when I wasn't registered
> with the mailing list. Looks like org Gmane is down
> http://news.gmane.org/gmane.emacs.orgmode I get a 404.
>
> I suddenly am unable to open my org agenda.  Invoking ~C-a~ and selecting
> any agenda command results in
>
> ~org-refresh-stats-properties: Stack overflow in regexp matcher~
>
> The debug trace looks like:
>
> #+BEGIN_SRC
> Debugger entered--Lisp error: (error "Stack overflow in regexp matcher")
>   re-search-forward("^\\*+
> .*\\(?:\\[\\([0-9]+\\)%\\|\\([0-9]+\\)/\\([0-9]+\\)\\]\\)"
> nil t)

I cannot reproduce it, but I pushed a regexp simplification in maint
branch. Does it solve your issue?

There's also a dubious

  (progn (org-end-of-subtree t t) (point))

in the function, which means that non-top-level headlines are skipped.
I don't know if this is intended. Anyway, that's unrelated to your
issue.

Regards,

-- 
Nicolas Goaziou

Reply via email to