Skip to content

Instantly share code, notes, and snippets.

@edenc
Created April 23, 2019 22:44
Show Gist options
  • Save edenc/f1d466fcd1d1f67b5f3c23af06af301c to your computer and use it in GitHub Desktop.
Save edenc/f1d466fcd1d1f67b5f3c23af06af301c to your computer and use it in GitHub Desktop.
(defun org-remote-link ()
(interactive)
(let ((target (org-refile-get-location)))
(org-with-wide-buffer
(save-excursion
(goto-char (nth 3 target))
(org-store-link 0))))
(org-insert-link))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment