* New exporter: Stack overflow in regexp matcher on HTML export of large-ish org-babel blocks
@ 2013-02-25 23:16 Kyle Machulis
2013-02-25 23:31 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: Kyle Machulis @ 2013-02-25 23:16 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 628 bytes --]
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/)
[-- Attachment #2: Type: text/html, Size: 785 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: New exporter: Stack overflow in regexp matcher on HTML export of large-ish org-babel blocks
2013-02-25 23:16 New exporter: Stack overflow in regexp matcher on HTML export of large-ish org-babel blocks Kyle Machulis
@ 2013-02-25 23:31 ` Nicolas Goaziou
2013-02-25 23:57 ` Kyle Machulis
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2013-02-25 23:31 UTC (permalink / raw)
To: Kyle Machulis; +Cc: emacs-orgmode
Hello,
Kyle Machulis <kyle@nonpolynomial.com> writes:
> 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.
This should be fixed in master.
Thank you for reporting this.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: New exporter: Stack overflow in regexp matcher on HTML export of large-ish org-babel blocks
2013-02-25 23:31 ` Nicolas Goaziou
@ 2013-02-25 23:57 ` Kyle Machulis
0 siblings, 0 replies; 3+ messages in thread
From: Kyle Machulis @ 2013-02-25 23:57 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 670 bytes --]
Just tested it, works now. Thanks! :D
On Mon, Feb 25, 2013 at 3:31 PM, Nicolas Goaziou <n.goaziou@gmail.com>wrote:
> Hello,
>
> Kyle Machulis <kyle@nonpolynomial.com> writes:
>
> > 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.
>
> This should be fixed in master.
>
> Thank you for reporting this.
>
>
> Regards,
>
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 1114 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-02-25 23:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 23:16 New exporter: Stack overflow in regexp matcher on HTML export of large-ish org-babel blocks Kyle Machulis
2013-02-25 23:31 ` Nicolas Goaziou
2013-02-25 23:57 ` Kyle Machulis
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).