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

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

[nongnu] elpa/org-drill 45e92eca74 109/251: Add org-drill-cram-tree func


From: ELPA Syncer
Subject: [nongnu] elpa/org-drill 45e92eca74 109/251: Add org-drill-cram-tree function
Date: Mon, 17 Jan 2022 18:59:06 -0500 (EST)

branch: elpa/org-drill
commit 45e92eca744b0be5922bfe6efb338a40172bf92a
Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
Commit: Phillip Lord <phillip.lord@newcastle.ac.uk>

    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

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