From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Machulis Subject: New exporter: Stack overflow in regexp matcher on HTML export of large-ish org-babel blocks Date: Mon, 25 Feb 2013 15:16:02 -0800 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf307ca57686906704d694b94c Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45264) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA7HD-00057s-En for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 18:16:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UA7HA-0007CY-Jb for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 18:16:07 -0500 Received: from mail-ve0-f182.google.com ([209.85.128.182]:38922) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UA7HA-0007CF-Fr for emacs-orgmode@gnu.org; Mon, 25 Feb 2013 18:16:04 -0500 Received: by mail-ve0-f182.google.com with SMTP id ox1so2775301veb.13 for ; Mon, 25 Feb 2013 15:16:03 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --20cf307ca57686906704d694b94c Content-Type: text/plain; charset=ISO-8859-1 I'm trying to html export my babel'd config. It seems to be choking on some of the larger blocks (300+ lines) of code (offending blocks seem to be org, erc, programming config). I should probably chop these down a bit for readability (still working on finshing org-ifying it), but I'd also figure we probably shouldn't be dying on the matcher function. Original file: http://github.com/qdot/conf_emacs/emacs_conf.org Crappy hand-entered backtrace that's missing huge parameters: (string-match ...) (org-html-fontify-code ...) ... org-version: Org-mode version 7.9.3e (7.9.3e-3-gb07a9b @ /usr/share/emacs/24.3.50/lisp/org/) --20cf307ca57686906704d694b94c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I'm trying to html export my babel'd config. It seems to be choking= on some of the larger blocks (300+ lines) of code (offending blocks seem t= o be org, erc, programming config). I should probably chop these down a bit= for readability (still working on finshing org-ifying it), but I'd als= o figure we probably shouldn't be dying on the matcher function.

Original file:

http://github.com/qdot/conf_emacs/emacs_conf.= org

Crappy hand-entered backtrace that's missing huge parameters:
(string-match ...)
(org-html-fontify-code ...)
...

org-versi= on:
Org-mode version 7.9.3e (7.9.3e-3-gb07a9b @ /usr/share/emacs/24.3.50= /lisp/org/)


--20cf307ca57686906704d694b94c--