From 1976c02af0c5bbbc49ec9698ea40871093078a09 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 12 Apr 2018 21:45:52 +0200 Subject: [PATCH] Fix docstring * lisp/org.el (org-file-apps): Fix regexp in docstring. --- lisp/org.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org.el b/lisp/org.el index 3c3215db3..1b074dafe 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -2294,7 +2294,7 @@ Possible values for the file identifier are: In a custom function, you can access the group matches with (match-string n link). - Example: (\"\\\\.pdf::\\\\(\\\\d+\\\\)\\\\\\='\" . \ + Example: (\"\\\\.pdf::\\\\([0-9]+\\\\)\\\\\\='\" . \ \"evince -p %1 %s\") to open [[file:document.pdf::5]] with evince at page 5. -- 2.11.4.GIT