Re: [PATCH v2] Keep the link if the command was cancelled

2023-07-04 Thread Ihor Radchenko
Evgenii Klimov writes: > I added `link-original' variable to keep it intact until we want to > remove the link from `org-stored-links'. Thanks! Applied, onto main, with amendments. I have added TINYCHANGE cookie to the commit message and provided a bit more details in the commit summary.

Re: [PATCH v2] Keep the link if the command was cancelled

2023-07-03 Thread Evgenii Klimov
Ihor Radchenko writes: > Evgenii Klimov writes: > [...] >> -(when (funcall (if (equal complete-file '(64)) 'not 'identity) >> - (not org-link-keep-stored-after-insertion)) >> - (setq org-stored-links (delq (assoc link org-stored-links) >> -