branch: externals/denote commit 91090d42c63bc3e57fd29796d0a04e6eec96b790 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix regexp match for backlinks --- denote-link.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-link.el b/denote-link.el index 7c20d93dab..e638fc2595 100644 --- a/denote-link.el +++ b/denote-link.el @@ -193,7 +193,7 @@ PROOF-OF-CONCEPT." (id (denote-retrieve--value file denote-retrieve--identifier-regexp)) (buf (format "*denote-backlinks to %s*" id))) (compilation-start - (format "find * -type f -exec %s --color=auto -l -m 1 -e %s- %s %s" + (format "find * -type f -exec %s --color=auto -l -m 1 -e %s %s %s" grep-program id (shell-quote-argument "{}")