Commit f0ec451cb041

Vincent Demeester <vincent@sbr.pm>
2020-04-02 13:09:14
ol-ripgrep.el: fix function
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 4bda3e4
Changed files (1)
tools
emacs
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 ":"))