Re: [O] Regression: org-export-as-html failure

2013-03-02 Thread Bastien
Hi Steve, Steve Purcell st...@sanityinc.com writes: Using the org-mode included in Emacs HEAD as of yesterday, the following content causes an error when exporting as html: I cannot reproduce this with the current maint HEAD and emacs -Q. Can you? Let us know, thanks, -- Bastien

Re: [O] Regression: org-export-as-html failure

2013-03-02 Thread Steve Purcell
On 2 Mar 2013, at 11:22, Bastien b...@altern.org wrote: I cannot reproduce this with the current maint HEAD and emacs -Q. Can you? Let us know, thanks, Well, I have a clean Emacs HEAD build as of the following commit, and it still fails with -Q: Author: Glenn Morris r...@gnu.org Date:

Re: [O] Regression: org-export-as-html failure

2013-03-02 Thread Bastien
Hi Steve, Steve Purcell st...@sanityinc.com writes: On 2 Mar 2013, at 11:22, Bastien b...@altern.org wrote: I cannot reproduce this with the current maint HEAD and emacs -Q. Can you? Let us know, thanks, Well, I have a clean Emacs HEAD build as of the following commit, and it still

Re: [O] Regression: org-export-as-html failure

2013-03-02 Thread Steve Purcell
On 2 Mar 2013, at 12:09, Bastien b...@altern.org wrote: I meant the HEAD of the maint branch, from the Org-mode git repository. Does anyone with a local install of Org can reproduce this bug? Ah, yes -- that seems to work better. No backtrace, and just a small rendering quirk: the _ in

Re: [O] Regression: org-export-as-html failure

2013-03-02 Thread Bastien
Steve Purcell st...@sanityinc.com writes: No backtrace, and just a small rendering quirk: the _ in the bare URLs is escaped with a backslash in the resulting HTML. That should be a trivial fix. :-) Crossing fingers :) -- Bastien

[O] Regression: org-export-as-html failure

2013-02-28 Thread Steve Purcell
Using the org-mode included in Emacs HEAD as of yesterday, the following content causes an error when exporting as html: https://gist.github.com/purcell/5055957 Backtrace: Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match(\\([^]\\)\\([_^]\\) nil)