Bastien writes: > What earlier version of Emacs does not behave like the current Emacs 24 > trunk with respect to this issue,
Emacs 22 doesn't have any autoloads for Org at all, so nothing works. Emacs 23 has some autoload definitions from its built-in Org version(s), but there have been many changes to function/library name pairs in later versions of Org, so I'd generally expect this to be broken, but maybe not overtly if org gets loaded first (but org-version is not present as an autoloaded function for example). Emacs 24.x should be mostly clean, but there have been some additional autoloads in Babel that would be missing. > and more importantly, *why* is it so? Uh… iff any autoload definitions exist, they may or may not be associated with the correct library name. They also may or may not have the correct doc string or number of parameters. You have to load these definitions from the correct files, they don't get picked up automatically. The files that get loaded at startup are defined in <prefix>/<emacs-version>/lisp/loadup.el (this is either loaddefs.el or ldefs-boot.el, depending on whether the bootstrap or the normal Emacs is started). Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ DIY Stuff: http://Synth.Stromeko.net/DIY.html