TODO Use org-insert-link machinery to create links
- State "TODO" from ""
One reason for doing this is to honour the variable org-link-file-path-type.
Perhaps org-insert-link can be refactored along the lines of
(defun org-insert-link (...) ... (insert (org-create-link ...)))
in which case we could use org-create-link.