Max Nikulin writes:
> On 03/07/2023 22:28, Ihor Radchenko wrote:
>> If necessary, removing stored links without inserting can be made as an
>> effect of negative prefix argument in `org-insert-link' or in
>> `org-insert-all-links'.
>
> I do not think it would be a noticeable improvement. It incre
On 03/07/2023 22:28, Ihor Radchenko wrote:
If necessary, removing stored links without inserting can be made as an
effect of negative prefix argument in `org-insert-link' or in
`org-insert-all-links'.
I do not think it would be a noticeable improvement. It increases code
complexity, but `org-i
Evgenii Klimov writes:
>> If necessary, removing stored links without inserting can be made as an
>> effect of negative prefix argument in `org-insert-link' or in
>> `org-insert-all-links'.
>
> I tried `org-insert-link' with the negative prefix argument, but the
> link was inserted though.
>
> An
Ihor Radchenko writes:
> Max Nikulin writes:
[...]
>> I had it in mind when I was writing my message. I had even tried to find
>> another command that allows to remove stored links.
>
> If necessary, removing stored links without inserting can be made as an
> effect of negative prefix argumen
Ihor Radchenko writes:
> Evgenii Klimov writes:
>> ...
>
> This makes sense, but the patch may break removing stored link in
> certain scenarios.
Thanks for response, I'll look into this issue and try to avoid this
breakage.
Max Nikulin writes:
>> This argument sounds like https://xkcd.com/1172/ to me.
>
> I had it in mind when I was writing my message. I had even tried to find
> another command that allows to remove stored links.
If necessary, removing stored links without inserting can be made as an
effect of neg
On 03/07/2023 22:11, Ihor Radchenko wrote:
Max Nikulin writes:
Sometimes I am using it as a feature to remove a link stored by mistake
or due to ...
This argument sounds like https://xkcd.com/1172/ to me.
I had it in mind when I was writing my message. I had even tried to find
another comm
Max Nikulin writes:
> Sometimes I am using it as a feature to remove a link stored by mistake
> or due to ...
This argument sounds like https://xkcd.com/1172/ to me.
It is unexpected and undocumented that not inserting the link, but
stopping in the middle removes it from the store list.
--
Ih
On 03/07/2023 19:48, Ihor Radchenko wrote:
Evgenii Klimov writes:
* lisp/ol.el (org-insert-link): Keep the link in `org-stored-links' if
the command was interrupted by the user during the reading of a
description from the minibuffer.
---
Currently the link is lost if the user chooses the link b
Evgenii Klimov writes:
> * lisp/ol.el (org-insert-link): Keep the link in `org-stored-links' if
> the command was interrupted by the user during the reading of a
> description from the minibuffer.
> ---
> Currently the link is lost if the user chooses the link but cancells
> the comand while writ
* lisp/ol.el (org-insert-link): Keep the link in `org-stored-links' if
the command was interrupted by the user during the reading of a
description from the minibuffer.
---
Currently the link is lost if the user chooses the link but cancells
the comand while writing the description.
lisp/ol.el | 9
11 matches
Mail list logo