branch: externals/denote-silo
commit 4650c3844e29bf48a7e7e1a5e4fb9231f8470989
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Use the updated style of completion metadata for file prompt
---
 denote-silo.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-silo.el b/denote-silo.el
index 68fa7d2379..5ccd08e315 100644
--- a/denote-silo.el
+++ b/denote-silo.el
@@ -69,7 +69,7 @@ as the variable `denote-directory'."
   (let ((default (car denote-silo-directory-history)))
     (completing-read
      (format-prompt "Select a silo" default)
-     (denote-get-completion-table denote-silo-directories '(category . file))
+     (apply 'denote-get-completion-table denote-silo-directories 
denote-file-prompt-extra-metadata)
      nil :require-match nil 'denote-silo-directory-history default)))
 
 (defun denote-silo-path-is-silo-p (path)

Reply via email to