aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--org-drill.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el
index 1c638fc..08eb20a 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)))