Re: [PATCH] Autoload org-link-set-parameters

2025-02-23 Thread Joseph Turner
Ihor Radchenko writes: > Joseph Turner writes: > >> This change allows other packages to autoload their own link handlers. >> See this mu4e issue: >> >> https://github.com/djcb/mu/pull/2798 > >> +;;;###autoload >> (defun org-link-set-parameters (type &rest parameters) >>"Set link TYPE prope

Re: [PATCH] Autoload org-link-set-parameters

2025-02-23 Thread Ihor Radchenko
Joseph Turner writes: > This change allows other packages to autoload their own link handlers. > See this mu4e issue: > > https://github.com/djcb/mu/pull/2798 > +;;;###autoload > (defun org-link-set-parameters (type &rest parameters) >"Set link TYPE properties to PARAMETERS. > PARAMETERS s

Re: [PATCH] Autoload org-link-set-parameters

2025-02-02 Thread Joseph Turner
Max Nikulin writes: > Sorry if I confused everything. Does it mean that loading of mu4e will > cause immediate loading of ol and so whole org? Is it acceptable to use > `with-eval-after-load' in packages? Thanks for bringing this up. AFAICT, requiring mu4e already loads all of org. It probably

Re: [PATCH] Autoload org-link-set-parameters

2025-01-28 Thread Max Nikulin
On 26/01/2025 14:22, Joseph Turner wrote: This change allows other packages to autoload their own link handlers. See this mu4e issue: https://github.com/djcb/mu/pull/2798 Sorry if I confused everything. Does it mean that loading of mu4e will cause immediate loading of ol and so whole org? Is