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
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
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
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