home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f0ec451cb0411c7e09a6ad17d08dd23cd5238ad2
parent 4bda3e421a88ade3ab8da0c7eca6a12cc9227345
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu,  2 Apr 2020 13:09:14 +0200

ol-ripgrep.el: fix function

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mtools/emacs/lisp/ol-ripgrep.el | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/emacs/lisp/ol-ripgrep.el b/tools/emacs/lisp/ol-ripgrep.el @@ -37,7 +37,7 @@ :follow #'org-ripgrep-follow-link :face '(:foreground "DarkGreen" :underline t)) -(defun org-ripgrep-follow-link (issue) +(defun org-ripgrep-follow-link (regexp) "Run `ripgrep-regexp` with REXEP and FOLDER as argument, like this : [[pt:REGEXP:FOLDER]]" (setq expressions (split-string regexp ":"))