This commit is contained in:
Bastien Guerry 2014-01-15 09:21:44 +01:00
parent d9797ca17e
commit 947c3f5c2a
1 changed files with 2 additions and 1 deletions

View File

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