"Sebastien Vauban" wrote: > Where is the black magic?
Somewhere in the labyrinthine depths of Org, so I suggest you ask the Org maintainers to figure out why: emacs -Q -L /path/to/git/org-mode/lisp (with-eval-after-load "org" (message "Eval this when Org is loaded") (sit-for 3) (message "")) (require 'org) ends up loading org twice.