> Could you, please, describe your actual problem?
Currently, org-protocol-store-link, as a function, fails to work for new-style links. Doing the following: 1. M-: (org-protocol-store-link "url=U&title=T") 2. M-x org-insert-link and accepting the suggestions for the link and the description inserts "[[url=U&title=T]]" instead of "[[U][T]]", which should be the expected behavior according to the documentation of the function, unless I am misunderstanding it.