Fix vestigial reference to +org-attach/uri
This commit is contained in:
parent
37ba1d8864
commit
a9763fe76b
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
(defun +org-dragndrop-download-dnd-fn (uri action)
|
(defun +org-dragndrop-download-dnd-fn (uri action)
|
||||||
"Handle file links and base64 data uris."
|
"Handle file links and base64 data uris."
|
||||||
(if (eq major-mode 'org-mode)
|
(if (eq major-mode 'org-mode)
|
||||||
(+org-attach/uri uri)
|
(+org/attach-file-and-insert-link uri)
|
||||||
(let ((dnd-protocol-alist
|
(let ((dnd-protocol-alist
|
||||||
(rassq-delete-all '+org-attach-download-dnd
|
(rassq-delete-all '+org-attach-download-dnd
|
||||||
(copy-alist dnd-protocol-alist))))
|
(copy-alist dnd-protocol-alist))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue