Revert "org.el (org-store-link): When a link has been stored, always returns it"

This reverts commit 035087777d.
This commit is contained in:
Bastien Guerry 2014-01-15 09:19:30 +01:00
parent 4a9820067a
commit d9797ca17e
1 changed files with 2 additions and 2 deletions

View File

@ -9608,8 +9608,8 @@ active region."
(message "Stored: %s" (or desc link))
(when custom-id
(setq link (concat "file:" (abbreviate-file-name
(buffer-file-name)) "::#" custom-id)))
(push (list link desc) org-stored-links))))))
(buffer-file-name)) "::#" custom-id))
(push (list link desc) org-stored-links)))))))
(defun org-store-link-props (&rest plist)
"Store link properties, extract names and addresses."