Achim Gratz <strom...@nexgo.de> writes: > 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.
All this I know -- I'm a bit stubborn but I read and learn :) Let me restate my question. Let's say that someone uses Emacs 23.2 with Org from Git. This user has this line in her ~/.emacs.el before any other Org configuration: (add-to-list 'load-path "~/git/org-mode/lisp/") My assumption is that C-h f org-mode RET will show that org-mode is an autoloaded function in "~/git/org-mode/lisp/" -- as it does for me (using Emacs 24). Is that so? (I can't test Org with Emacs 23.2 right now.) -- Bastien