diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2021-04-27 21:03:51 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2021-04-27 21:03:51 +0100 |
| commit | 7352d11ab4e7f62810056607d753aab87c44ea17 (patch) | |
| tree | 41b21ab38caf9055a2beaddc3711951e241c17ae | |
| parent | 9cc1a807d77a4174d7b11a20e767a1ebd03bff34 (diff) | |
| download | org-drill-7352d11ab4e7f62810056607d753aab87c44ea17.tar.gz org-drill-7352d11ab4e7f62810056607d753aab87c44ea17.zip | |
Fix autoloads
| -rw-r--r-- | org-drill.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/org-drill.el b/org-drill.el index 3fc4f5e..582cef1 100644 --- a/org-drill.el +++ b/org-drill.el @@ -2855,6 +2855,7 @@ STATUS is one of the following values: (setf (oref session warned-about-id-creation) t)) (org-id-get-create)) +;;;###autoload (defun org-drill (&optional scope drill-match resume-p cram) "Begin an interactive 'drill session'. The user is asked to review a series of topics (headers). Each topic is initially @@ -2978,6 +2979,7 @@ work correctly with older versions of org mode. Your org mode version (%s) appea (message nil) )))) +;;;###autoload (defun org-drill-cram (&optional scope drill-match) "Run an interactive drill session in 'cram mode'. In cram mode, all drill items are considered to be due for review, unless they @@ -3005,6 +3007,7 @@ files in the same directory as the current file." (interactive) (org-drill 'directory)) +;;;###autoload (defun org-drill-again (&optional scope drill-match) "Run a new drill session, but try to use leftover due items that were not reviewed during the last session, rather than scanning for |
