diff options
Diffstat (limited to 'org.org')
-rw-r--r-- | org.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -217,7 +217,7 @@ (defun jao-org-notes-recoll () "Use consult-recoll to search notes." (interactive) - (consult-recoll (format "dir:%s" jao-org-notes-dir))) + (consult-recoll (format "dir:%s " jao-org-notes-dir))) (jao-transient-major-mode org ["Notes" |