branch: elpa/org-drill
commit 45e92eca744b0be5922bfe6efb338a40172bf92a
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>

    Add org-drill-cram-tree function
---
 org-drill.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/org-drill.el b/org-drill.el
index 08eb20ac1f..18ed058ff1 100644
--- a/org-drill.el
+++ b/org-drill.el
@@ -3020,6 +3020,12 @@ hours."
   (setq *org-drill-cram-mode* t)
   (org-drill scope drill-match))
 
+(defun org-drill-cram-tree ()
+  "Run  an interactive drill session in 'cram mode' using subtree at point.
+
+See also, `org-drill-cram' and `org-drill-tree'."
+  (interactive)
+  (org-drill-cram 'tree))
 
 (defun org-drill-tree ()
   "Run an interactive drill session using drill items within the

Reply via email to