From 64d8ba1900205e1be403940db370c0208d9cb597 Mon Sep 17 00:00:00 2001 From: Jethro Kuan Date: Sun, 27 Sep 2020 15:51:26 +0800 Subject: [PATCH] (fix): fix org-roam-completions-everywhere (#1145) Fix org-roam-completion-everywhere still producing fuzzy links --- org-roam.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam.el b/org-roam.el index d4caa56..df0c572 100644 --- a/org-roam.el +++ b/org-roam.el @@ -1192,7 +1192,7 @@ This is active when `org-roam-completion-everywhere' is non-nil." collection #'org-roam--get-titles exit-fn (lambda (str _status) (delete-char (- (length str))) - (insert "[[" str "]]"))))) + (insert "[[roam:" str "]]"))))) (when collection (let ((prefix (buffer-substring-no-properties start end))) (list start end