branch: externals/denote
commit 7be191e770e61549a6c2374407e3509c976326c1
Merge: 65c4af8f36 245fc99106
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Merge branch 'main' of github.com:protesilaos/denote
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 260f91c5c7..de2c0099d0 100644
--- a/denote.el
+++ b/denote.el
@@ -813,7 +813,7 @@ The TITLE and KEYWORDS arguments are the same as with 
`denote'."
 
 (defun denote--subdirs-prompt ()
   "Handle user input on choice of subdirectory."
-  (let* ((root (denote-directory))
+  (let* ((root (directory-file-name (denote-directory)))
          (subdirs (denote--subdirs))
          (dirs (push root subdirs)))
     (denote--subdirs-completion-table dirs)))

Reply via email to