Re: [PATCH] ol.el: Restore complete by description for insert link

2022-09-11 Thread Ihor Radchenko
Tim Cross writes: > You don't appear to be getting a lot of feedback on this. However, I > think it is important work your doing. I suspect the lack of feedback is > partially due to Emacs' completion infrastructure being somewhat > confusing, combined with references to ido, which I suspect is o

Re: [PATCH] ol.el: Restore complete by description for insert link

2022-09-11 Thread Ihor Radchenko
Max Nikulin writes: > I believe that descriptions as completion options were removed because > ido signals an error when nil is passed inside completion list. I > consider it as a bug in ido (at least in Emacs-27), but even when > `completing-read-default' is used, it causes appearance of unde

Re: [PATCH] ol.el: Restore complete by description for insert link

2022-09-10 Thread Tim Cross
Max Nikulin writes: > On 06/09/2022 21:34, Max Nikulin wrote: >> Does anyone have an idea why it was necessary to drop completion of stored >> links based >> on their description for the sake of ido? > > I have no idea what is the proper way to enable ido for `org-insert-link'. > Functions an

[PATCH] ol.el: Restore complete by description for insert link

2022-09-10 Thread Max Nikulin
ses CUSTOM_ID instead of target point. Sat, 6 Nov 2021 19:51:29 +0700. https://list.orgmode.org/e2c807a7-1924-6f08-9e63-4f70aee9d...@gmail.comFrom 92e36ec13e84d2af1b367e4a3cac34288d1e8c27 Mon Sep 17 00:00:00 2001 From: Max Nikulin Date: Sat, 10 Sep 2022 17:23:13 +0700 Subject: [PATCH] ol.el: Resto