mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
org-attach: remove vestigial reference to variable
This commit is contained in:
@ -60,7 +60,7 @@ the cursor."
|
|||||||
(condition-case ex
|
(condition-case ex
|
||||||
(cond ((string-match-p "^data:image/png;base64," uri)
|
(cond ((string-match-p "^data:image/png;base64," uri)
|
||||||
(org-download-dnd-base64 uri nil))
|
(org-download-dnd-base64 uri nil))
|
||||||
((and (image-type-from-file-name uri) (not arg))
|
((image-type-from-file-name uri)
|
||||||
(org-download-image uri))
|
(org-download-image uri))
|
||||||
(t
|
(t
|
||||||
(let ((new-path (expand-file-name (org-download--fullname uri))))
|
(let ((new-path (expand-file-name (org-download--fullname uri))))
|
||||||
|
Reference in New Issue
Block a user