org-cliplink icon indicating copy to clipboard operation
org-cliplink copied to clipboard

Anchoring

Open rexim opened this issue 10 years ago • 1 comments

When the user cliplinks a URL org-cliplink should place a special anchor that uniquely identifies that ansync request in the current position. After the request is finished the anchor should be replaces by the result of cliplinking.

This is required to fix #22

rexim avatar Aug 11 '15 05:08 rexim

This is ridiculous! url-retrieve is not fully async! https://lists.gnu.org/archive/html/emacs-devel/2006-10/msg00455.html It's async only after the connection is established. And the anchor is not inserted until this establishing is finished.

Looks like I have switch to another backend first #60

rexim avatar Sep 02 '15 19:09 rexim