[Orgmode] Re: 6.29c bug: (void-variable org-export-html-special-string-regexps)

2009-08-10 Thread Leo
Another bug maybe related to this one is trying to complete #+ produces another error: Debugger entered--Lisp error: (args-out-of-range 2 10) match-string(2 ) (cons (match-string 2 x) (match-string 1 x)) (lambda (x) (string-match ^#\\+\\(\\([A-Z_]+:?\\).*\\) x) (cons (match-string 2 x)

Re: [Orgmode] Re: 6.29c bug: (void-variable org-export-html-special-string-regexps)

2009-08-10 Thread Carsten Dominik
Fixed, thanks. - Carsten On Aug 10, 2009, at 1:55 PM, Leo wrote: Another bug maybe related to this one is trying to complete #+ produces another error: Debugger entered--Lisp error: (args-out-of-range 2 10) match-string(2 ) (cons (match-string 2 x) (match-string 1 x)) (lambda (x)