You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before the request is finished move the cursor somewhere
Observed: an org-mode link is inserted right after the current position of the cursor Expected: the org-mode link should be inserted right after the position from where the org-cliplink function was invoked
I believe that the expected behaviour gives more benefits from the asynchronous nature of the org-cliplink function. It allows us to cliplink a heavy request and continue to work on something else moving the cursor around.
Also, fixing this bug may cause some compatibility problems with the code that depends on the incorrect behaviour, but I hope there is not so much of such code in the user configs. 😜
The text was updated successfully, but these errors were encountered:
Any platform and Emacs version.
Steps to reproduce:
M-x org-cliplink
Observed: an org-mode link is inserted right after the current position of the cursor
Expected: the org-mode link should be inserted right after the position from where the
org-cliplink
function was invokedI believe that the expected behaviour gives more benefits from the asynchronous nature of the
org-cliplink
function. It allows us to cliplink a heavy request and continue to work on something else moving the cursor around.Also, fixing this bug may cause some compatibility problems with the code that depends on the incorrect behaviour, but I hope there is not so much of such code in the user configs. 😜
The text was updated successfully, but these errors were encountered: