aboutsummaryrefslogtreecommitdiff
path: root/org-drill.el
Commit message (Expand)AuthorAgeFilesLines
* Explain tags now inheritPhillip Lord2019-04-081-16/+31
* Add explain supportPhillip Lord2019-04-071-22/+90
* Add leitner learningPhillip Lord2019-04-071-33/+323
* Add org-drill-cram-tree functionPhillip Lord2019-02-241-0/+6
* Merge fix/do-not-match-lockfilePhillip Lord2019-01-221-1/+1
|\
| * Fix matching of lock filesPhillip Lord2019-01-221-1/+1
* | Merge answer typingPhillip Lord2019-01-221-3/+126
|\ \
| * | Add support for typing in buffer inputphillord2019-01-151-3/+126
| |/
* / Fix org-drill-hide-subheadings-ifphillord2019-01-221-1/+1
|/
* SM2 algorithm should now actually work.b4forkPaul Sexton2016-11-131-0/+10
* Reinstated dependency on 'org-learn' library.2.6.1Paul Sexton2016-03-311-1/+2
* Updated version number in header.2.6Paul Sexton2016-03-301-1/+1
* Added new card type, "simpletyped". Instead of just pressing space to revealPaul Sexton2016-03-301-58/+118
* Remove obsolete dependency on org-learn.2.5.1Paul Sexton2016-03-031-1/+0
* New option 'org-drill-cloze-length-matches-hidden-text': If non-nil, when2.5Paul Sexton2016-03-011-27/+64
* Update version in header to 2.4.10.2.4.10Paul Sexton2015-09-111-1/+1
* Turn off input method while reading events"matus goljer2015-09-091-2/+10
* Added new variable 'org-drill-item-count-includes-failed-items-p'. Default is2.4.9Paul Sexton2015-09-031-10/+24
* During drills, pressing keys for quit, edit and skip now works again.2.4.8Paul Sexton2015-08-201-6/+6
* You can now customise the keys for the 'quit', 'edit', 'tags', 'help' andPaul Sexton2015-07-241-17/+47
* Persistence of the optimal factor matrix across application sessions is nowPaul Sexton2015-05-251-16/+36
* Clarified that org-drill is licensed under GPL v3.Paul Sexton2015-05-111-0/+18
* - Moved a line with side effects to earlier in the file, possibly fixing an2.4.6Paul Sexton2015-02-241-49/+53
* Deal with removal of 'org-meta-data-and-drawers' function from Org developmen...2.4.5Paul Sexton2015-02-161-11/+18
* Fixed calculation of 'org-drill-entry-days-since-creation' for cases where 'o...2.4.4Paul Sexton2015-01-141-2/+2
* - Ignore cloze markings if they occur inside Org source blocks2.4.3Paul Sexton2014-11-091-14/+34
* Very overdue items are considered "lapsed" and are presented in the order they2.4.2eeeickythump2014-10-101-39/+75
* Check that org version is >= 7.9.3f (the 'org-schedule' function in older2.4.1eeeickythump2014-02-191-21/+43
* Fix the defcustom definitions and provide :tag property for choices"matus goljer2013-11-211-6/+10
* Added ability to define arbitrary left and right cloze delimiters (strings),eeeickythump2013-11-091-18/+51
* Fixed: org-drill-strip-all-data now works again (was using obsolete arguments2.3.8eeeickythump2013-08-251-11/+20
* Any LaTeX math fragments in an item will now be rendered inline (if possible)eeeickythump2013-08-141-36/+26
* Fixed bug with scheduling failed cards, caused by changes to 'org-schedule' ineeeickythump2013-05-211-2/+2
* New global variable 'org-drill-match'. Now possible to specify a tags/property/eeeickythump2013-03-051-37/+58
* Hide entry drawers when showing answers for verb conjugation and nouneeeickythump2013-02-251-0/+2
* Contents of entry drawers are now hidden while displaying answers.eeeickythump2013-02-251-0/+99
* Changed permissions on some files.eeeickythump2012-09-051-0/+0
* Entries in 'org-drill-card-type-alist' can now take a fourth argument, 'drill...eeeickythump2012-09-051-64/+105
* The string which separates a hint from the rest of the contents of a cloze iseeeickythump2012-08-031-94/+104
* Go back to using org-save-outline-visibility instead of org-drill-save-visibi...eeeickythump2012-05-061-50/+35
* Wrapped all calls to 'org-display-inline-images' in 'ignore-errors', to preventeeeickythump2012-02-061-8/+16
* - Fixes to try and force display of images during drill sessions.eeeickythump2011-11-191-40/+128
* - Improved progress bar while collecting due items. It is no longer able to o...2.3.5eeeickythump2011-07-011-4/+16
* New option: org-drill-sm5-initial-interval. Allows users of SM5 algorithm to ...2.3.4eeeickythump2011-06-101-39/+129
* Oops! some some nasty discrepancies have now been fixed.(something went wrong2.3.3eeeickythump2011-05-251-2/+17
* Cloze text is now correctly identified in items whose bodies contain [[bracke...eeeickythump2011-05-251-65/+80
* - New card types: show2cloze, hide1_firstmore, show1_firstless, show1_lastmor...eeeickythump2011-05-201-150/+419
* New file-safe user variable: org-drill-scope. Allows customisation of the sco...eeeickythump2011-05-121-19/+57
* Don't warn about a high percentage of failed items when the number of testedeeeickythump2011-05-111-2/+3
* Tiny fix to org-drill-map-entries.eeeickythump2011-05-111-1/+1