Samuel Wales <samolog...@gmail.com> writes: > thanks for your reply. next time i will check for long lines. > > On 7/17/16, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: >> It seems you are using very long lines. >> >> In particular one of them is ambiguous and the parser has to match too >> much (hence the stack overflow) to decide what is that line.
Thinking about it, trying to evaluate (re-search-forward org-element-paragraph-separate nil t) in various places may give you a clue about the problematic line. Regards,