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

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

[nongnu] elpa/org-drill 355c3a602f 108/251: Merge fix/do-not-match-lockf


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill 355c3a602f 108/251: Merge fix/do-not-match-lockfile
Date: Mon, 17 Jan 2022 18:59:06 -0500 (EST)

branch: elpa/org-drill
commit 355c3a602f84f9e4f6efe4e2c025c9e67f8c8d60
Merge: ddd9b056cd a9d771052e
Author: Phillip Lord <phillip.lord@russet.org.uk>
Commit: Phillip Lord <phillip.lord@russet.org.uk>

    Merge fix/do-not-match-lockfile
---
 org-drill.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-drill.el b/org-drill.el
index 1c638fc54d..08eb20ac1f 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -726,7 +726,7 @@ CMD is bound, or nil if it is not bound to a key."
              (file-no-restriction 'file)
              (directory
               (directory-files (file-name-directory (buffer-file-name))
-                               t "\\.org$"))
+                               t "^[^.].*\\.org$"))
              (t org-drill-scope))
            skip)))
 



reply via email to

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