[O] bug#9584: (void-variable outline-regexp) when visiting article

2012-02-07 Thread Glenn Morris
Lars Ingebrigtsen wrote:

> Perhaps something had bound outline-regexp while loading stuff earlier,
> leaving the variable unbound?

I bet you are right.





[O] bug#9584: (void-variable outline-regexp) when visiting article

2012-02-07 Thread Lars Ingebrigtsen
Glenn Morris  writes:

>>> Debugger entered--Lisp error: (void-variable outline-regexp)
>>>   outline-mode()
>>>   org-mode()
>>
>> This seems like an org-mode bug.  Perhaps it needs to require
>> outline-mode?
>
> It does, so it is very hard to see how this error could occur.

Perhaps something had bound outline-regexp while loading stuff earlier,
leaving the variable unbound?

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome





[O] bug#9584: (void-variable outline-regexp) when visiting article

2012-02-07 Thread Glenn Morris
Lars Magne Ingebrigtsen wrote:

>> Debugger entered--Lisp error: (void-variable outline-regexp)
>>   outline-mode()
>>   org-mode()
>
> This seems like an org-mode bug.  Perhaps it needs to require
> outline-mode?

It does, so it is very hard to see how this error could occur.