Nicolas Goaziou <n.goaz...@gmail.com> writes:

> Hello,
>
> Nick Dokos <ndo...@gmail.com> writes:
>
>> I started emacs with 
>>
>>   emacs -Q -L ~/src/emacs/org/org-mode/lisp -l double-load.el
>>
>> where double-load.el looks like this:
>>
>>
>> (defun foobar ()
>>   (message "LOADED") (sit-for 3) (message ""))
>>
>> (setq org-load-hook (function foobar))
>>
>> and edebugged foobar. Then I did a C-x C-f foo.org. It stopped twice
>> at foobar and I got backtraces (this is with the version that includes
>> the change you suggested above). The first time it stopped, the backtrace
>> looked like this:
>
> Thank you. The problem should now be fixed.
>

Confirm.

> Though, at some point, we will need a clear loading scheme. We're still
> on thin ice.
>
>
> Regards,

-- 
Nick


Reply via email to