branch: elpa/org-drill
commit 355c3a602f84f9e4f6efe4e2c025c9e67f8c8d60
Merge: ddd9b056cd a9d771052e
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
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)))