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

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

[nongnu] elpa/org-drill 615ce00d86 105/251: Fix org-drill-hide-subheadin


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill 615ce00d86 105/251: Fix org-drill-hide-subheadings-if
Date: Mon, 17 Jan 2022 18:59:06 -0500 (EST)

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)))
 
 



reply via email to

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