On 06/08/2022 14:00, Ihor Radchenko wrote: > Max Nikulin writes: > >> +If LINK is not an info link then DESC is returned." >> + (or (org-string-nw-p desc) >> + (let* ((file-node (org-info-link-file-node link)) >> + (file (car file-node)) >> + (node (cadr file-node))) > > pcase-let would be shorter here. I have rewritten the patch to use `pcase' and to fix allowed separators between file name and node. I have realized that unlike other type specific functions, :insert-description receives link including "scheme:" prefix. However attempt to achieve consistency at this point may cause more problems.