branch: elpa/org-drill
commit 615ce00d86fcec1e2a9cacd9e5e230c30850394a
Author: phillord <phillord@16dcompl012>
Commit: phillord <phillord@16dcompl012>
Fix org-drill-hide-subheadings-if
---
org-drill.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org-drill.el b/org-drill.el
index 6dd55cf06d..7be4777177 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -1534,7 +1534,7 @@ the current topic."
(funcall test))
(hide-subtree))
(push (point) drill-sections)))
- "" 'tree))
+ t 'tree))
(reverse drill-sections)))