Achim Gratz <strom...@nexgo.de> writes: > I'm not sure I understand you correctly. All of the following > conditions must hold for this to work: > > - the load-path is set up to point to the Git work-tree first and no > functions in the org namespace have been called before doing so > > - the org-loaddefs.el in the Git worktree is up-to-date > > - none of the invoked functions have their library-name changed in the > Git worktree
Okay. This are normal conditions to me, and we can document this if necessary. > - all code-paths must trigger loading of org (and thus org-loaddefs) > before invoking further autoloads I'm not sure what you mean by "code-paths". You mean that no non-org library should call an org-* function before the load-path for org-mode is set correctly? -- Bastien