Function: embark-org-copy-link-inner-target
embark-org-copy-link-inner-target is a function alias for kill-new,
defined in simple.el.gz.
Signature
(embark-org-copy-link-inner-target ARG1 &optional ARG2)
Documentation
Copy inner part of the Org link at point's target.
For mailto and elisp links, the inner part is the portion of the
target after mailto: or elisp:.
For file links the inner part is the file name, without the
file: prefix and without :: suffix (used for line numbers,
IDs or search terms).
For URLs the inner part is the whole target including the http:
or https: prefix. For any other type of link the inner part is
also the whole target.