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