org-cliplink
org-cliplink copied to clipboard
Anchoring
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
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