diff --git a/orca.el b/orca.el index a7ee0b3..1101ec3 100755 --- a/orca.el +++ b/orca.el @@ -186,7 +186,7 @@ Try to remove superfluous information, like the website title." (default-directory orca-org-directory) (old-links (counsel--sl - (format "rg -S --line-number '\\[%s\\]'" link)))) + (format "rg -Fn '%s'" link)))) (if old-links (progn (message "%d old link(s)" (length old-links))