aboutsummaryrefslogtreecommitdiff
path: root/org-drill.el
Commit message (Collapse)AuthorAgeFilesLines
* Replace call to gensym with cl-gensymPhillip Lord2019-06-241-1/+1
|
* Fix session call in org-drill-sm-or-leitnerPhillip Lord2019-06-241-6/+10
|
* Fix call to org-drill-entry-overdue-pPhillip Lord2019-06-241-1/+1
| | | | Missing the session argument.
* Add compatibility hacks to support org-mode 8Phillip Lord2019-06-241-3/+16
| | | | | We do not really need to support org-mode 8 but as it is the default install it makes it easier to test from a clean emacs.
* Complete clean of byte compile messagesPhillip Lord2019-06-231-7/+10
|
* Fix more byte compile errorsPhillip Lord2019-06-231-3/+2
|
* Fix more byte compile errorsPhillip Lord2019-06-231-2/+2
|
* Fix more compile error messagesPhillip Lord2019-06-231-3/+3
|
* Remove arguments from presentation-promptPhillip Lord2019-06-231-31/+17
| | | | | The multiple arguments to the two presentation-prompt methods are unused in org-drill.
* Fix robot testing and reference to drill-typed-answerPhillip Lord2019-06-221-8/+3
|
* Fix call to formatPhillip Lord2019-06-221-6/+2
|
* Fix call to removed variablePhillip Lord2019-06-221-4/+5
|
* Remove legacy codePhillip Lord2019-06-221-3/+1
|
* Remove dynamic scopingPhillip Lord2019-06-221-5/+3
|
* Replace dynamic scoping with letPhillip Lord2019-06-221-20/+20
|
* Fix call to sessionPhillip Lord2019-06-221-1/+1
|
* Remove call to clPhillip Lord2019-06-221-1/+1
|
* Replace more dynamic scopingPhillip Lord2019-06-221-3/+2
|
* Fix broken form in org-drill-resumePhillip Lord2019-06-221-13/+13
|
* Silence more unused variable messagesPhillip Lord2019-06-221-6/+5
|
* Remove spell-number.el dependencyPhillip Lord2019-06-221-76/+0
| | | | | spell-number is only available on Emacs wiki. This disables the "translate number" functionality.
* Remove more dynamic scoping errorsPhillip Lord2019-06-221-10/+20
|
* Spanish card fixes and full test setPhillip Lord2019-06-211-1/+1
|
* Replace dynamically scoped end-posPhillip Lord2019-06-211-12/+11
|
* Remove unused definitionsPhillip Lord2019-06-211-23/+2
|
* Fix byte compilation errorsPhillip Lord2019-06-201-21/+23
|
* Complete namespace cleanlinessPhillip Lord2019-06-201-21/+21
|
* Replace more non-namespaced commandsPhillip Lord2019-06-191-15/+15
|
* Replace more non-namespaced commandsPhillip Lord2019-06-191-21/+12
|
* Replace more non-namespaced commandPhillip Lord2019-06-191-11/+4
|
* Replace more non-namespaced commandsPhillip Lord2019-06-181-12/+12
|
* Replace drill-answerPhillip Lord2019-06-181-32/+28
|
* Add leitner robot test and fixPhillip Lord2019-06-171-3/+6
|
* Replace drill-typed-answerPhillip Lord2019-06-171-16/+14
|
* Rename free-marker into namespacePhillip Lord2019-06-171-5/+5
|
* Robot test all card typesPhillip Lord2019-06-171-46/+30
| | | | Fix multiple missing session parameters.
* Refactor robot testing to allow multiple testsPhillip Lord2019-06-161-1/+8
|
* Move exit-kind to slotPhillip Lord2019-06-161-8/+10
|
* Fix presentation-in-bufferPhillip Lord2019-06-151-15/+19
|
* Add lexical-bindingPhillip Lord2019-06-151-47/+50
|
* Remove overdue-data dynamic scopingPhillip Lord2019-06-151-10/+11
|
* Remove unneed formPhillip Lord2019-06-151-1/+0
|
* Replace warned-about-id-creationPhillip Lord2019-06-151-15/+17
| | | | This variable is not declared but dynamically scoped in everywhere.
* Remove last of earmuff variablesPhillip Lord2019-06-151-28/+29
|
* Remove more variablesPhillip Lord2019-06-151-73/+79
|
* Replace overdue-entriesPhillip Lord2019-06-151-25/+24
|
* Remove more variablesPhillip Lord2019-06-151-14/+13
|
* Remove dormant-entry-countPhillip Lord2019-06-151-8/+9
|
* Move to eieio objectsPhillip Lord2019-06-151-26/+31
| | | | | defstruct does not allow documentation on slots and there are a lot of slots here.
* Remove org-drill-new-entriesPhillip Lord2019-06-151-48/+51
|