Hello,

Nick Dokos <ndo...@gmail.com> writes:

> Glenn Morris <r...@gnu.org> writes:
>
>> "Sebastien Vauban" wrote:
>>
>>> But I wonder: how can you now reproduce it (and not before)?
>>
>> Because I downloaded a snapshot of Org.
>> Your problem is not with code that is in Emacs current trunk.
>
> Using Glenn's reproducer, I bisected it - another one for Nicolas's
> TODO list, proving once again that no good deed goes unpunished :-)
>
> 0cecf32a0ae559266555b96668dc305710366c96 is the first bad commit
> commit 0cecf32a0ae559266555b96668dc305710366c96
> Author: Nicolas Goaziou <n.goaz...@gmail.com>
> Date:   Sun Oct 27 11:09:17 2013 +0100

Well. The only thing related to load/autoload I can think of is calling
`org-element-cache-reset' in `org-mode' and `org-set-modules'.

Could you try to replace these calls with

  (when (fboundp 'org-element-cache-reset) (org-element-cache-reset))

and test again?


Regards,

-- 
Nicolas Goaziou

Reply via email to