org.el (org-store-link): Fix selection of the function to store the link
* org.el (org-store-link): Fix selection of the function to store the link.
This commit is contained in:
parent
63a2a403a9
commit
33a0a198e3
|
@ -9411,7 +9411,7 @@ active region."
|
||||||
(funcall (intern
|
(funcall (intern
|
||||||
(completing-read
|
(completing-read
|
||||||
"Which function for creating the link? "
|
"Which function for creating the link? "
|
||||||
sfunsn t (car sfunsn)))))
|
sfunsn nil t (car sfunsn)))))
|
||||||
(funcall (caar sfuns)))
|
(funcall (caar sfuns)))
|
||||||
(setq link (plist-get org-store-link-plist :link)
|
(setq link (plist-get org-store-link-plist :link)
|
||||||
desc (or (plist-get org-store-link-plist
|
desc (or (plist-get org-store-link-plist
|
||||||
|
|
Loading…
Reference in New Issue