diff options
| author | phillord <phillord@16dcompl012> | 2019-01-22 20:50:21 +0000 |
|---|---|---|
| committer | phillord <phillord@16dcompl012> | 2019-01-22 20:50:21 +0000 |
| commit | 615ce00d86fcec1e2a9cacd9e5e230c30850394a (patch) | |
| tree | c012d81afb9c059aa62c7087dc2f715b4ed0923f | |
| parent | 6fc2bfe8c3477b04b162952f51cccbb2e3b86ad5 (diff) | |
| download | org-drill-615ce00d86fcec1e2a9cacd9e5e230c30850394a.tar.gz org-drill-615ce00d86fcec1e2a9cacd9e5e230c30850394a.zip | |
Fix org-drill-hide-subheadings-if
| -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))) |
