diff options
| -rw-r--r-- | org-drill.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org-drill.el b/org-drill.el index 6dd55cf..7be4777 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))) |
