Remove outdated TODO in denote-org-extras

We do not need to account for other link types. If someone has a
use-case, then we shall reconsider.
This commit is contained in:
Protesilaos Stavrou 2024-10-26 06:59:07 +03:00
parent 6c1ceaf7c7
commit c4fdf97055
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -273,9 +273,6 @@ the variable `denote-file-type'."
;;;; Convert links from `:denote' to `:file' and vice versa
;; TODO 2024-02-28: Do we need to convert between other link types? I
;; think not, since the `denote:' type is modelled after the `file:'
;; one.
(defun denote-org-extras--get-link-type-regexp (type)
"Return regexp for Org link TYPE.
TYPE is a symbol of either `file' or `denote'.