DL
Size: a a a
n
A
ДР
SD
ДР
ДР
𝘎(

𝘎(
𝘎(
Aß
𝘎(
𝘎(
ДР
(defun nov-org-link-follow (path)
"Follow nov: link designated by PATH."
(if (string-match "^\\(.*\\)::\\([0-9]+\\):\\([0-9]+\\)$" path)
(let ((file (match-string 1 path))
(index (string-to-number (match-string 2 path)))
(point (string-to-number (match-string 3 path))))
(nov--find-file file index point))
(error "Invalid nov.el link")))
𝘎(
DL
Aß