emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 1981a16aeb 5/9: Relax denote--directory-files co


From: ELPA Syncer
Subject: [elpa] externals/denote 1981a16aeb 5/9: Relax denote--directory-files conditionality
Date: Sat, 13 Aug 2022 03:57:30 -0400 (EDT)

branch: externals/denote
commit 1981a16aeb78274ea57382e8c73cc659c87b750d
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Relax denote--directory-files conditionality
    
    The idea is noted in commit 8a8be90.
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 708967e68e..2fd513b89d 100644
--- a/denote.el
+++ b/denote.el
@@ -491,7 +491,7 @@ FILE must be an absolute path."
    (lambda (s) (expand-file-name s))
    (seq-remove
     (lambda (f)
-      (not (denote--only-note-p f)))
+      (not (denote--file-has-identifier-p f)))
     (directory-files-recursively (denote-directory) 
directory-files-no-dot-files-regexp t))))
 
 (defun denote--get-note-path-by-id (id)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]