Max Nikulin <maniku...@gmail.com> writes: > On 11/12/2022 16:45, Ihor Radchenko wrote: >> We cannot do much about Emacs' handling of autoloads, but what we can >> (and should) do is changing org-mouse to become a global minor mode. >> Then, loading org-mouse will cause no side effects. > > I am afraid, requirement that loading should not cause side effects is > too strict and it will make usage inconvenient. Examples: > - ol-info calls `org-link-set-parameters'.
We have `org-modules' that can handle calling `org-link-set-parameters'. > - org-protocol installs an advice for `server-visit-files'. (It should > not be necessary, but currently Emacs does not provide a better option.) Can we ask Emacs devs to help us with this problem? -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>