* lisp/ol-docview.el (org-docview-open): Add docstring
This commit is contained in:
parent
54b9c845a7
commit
681f3fc8f9
|
@ -71,6 +71,7 @@
|
||||||
(t path)))))
|
(t path)))))
|
||||||
|
|
||||||
(defun org-docview-open (link _)
|
(defun org-docview-open (link _)
|
||||||
|
"Open docview: LINK."
|
||||||
(string-match "\\(.*?\\)\\(?:::\\([0-9]+\\)\\)?$" link)
|
(string-match "\\(.*?\\)\\(?:::\\([0-9]+\\)\\)?$" link)
|
||||||
(let ((path (match-string 1 link))
|
(let ((path (match-string 1 link))
|
||||||
(page (and (match-beginning 2)
|
(page (and (match-beginning 2)
|
||||||
|
|
Loading…
Reference in New Issue