lang/org: remove vestigial +org-attach*link-format function
This commit is contained in:
parent
39f519cdb8
commit
04a04b2535
1 changed files with 0 additions and 7 deletions
|
@ -84,13 +84,6 @@ the cursor."
|
||||||
(copy-alist dnd-protocol-alist))))
|
(copy-alist dnd-protocol-alist))))
|
||||||
(dnd-handle-one-url nil action uri))))
|
(dnd-handle-one-url nil action uri))))
|
||||||
|
|
||||||
;;;###autoload
|
|
||||||
(defun +org-attach*link-format (filename &optional ext)
|
|
||||||
(format "%s%s.%s"
|
|
||||||
(file-name-sans-extension filename)
|
|
||||||
(format-time-string org-download-timestamp)
|
|
||||||
(or ext (file-name-extension filename))))
|
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-attach*insert-link (_link filename)
|
(defun +org-attach*insert-link (_link filename)
|
||||||
"Produces and inserts a link to FILENAME into the document.
|
"Produces and inserts a link to FILENAME into the document.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue