aboutsummaryrefslogtreecommitdiff
path: root/org-drill.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Speed up stripping scheduling data if scope is the current buffer (default).2.3.1eeeickythump2011-05-111-38/+32
* - All drill items now receive unique IDs (using the org-id module). This allows2.3eeeickythump2011-05-101-205/+479
* - Added new example card types, more useful than 'spanish_verb':2.2eeeickythump2011-04-301-115/+416
* - 'multicloze' card type renamed to 'hide1cloze' (though 'multicloze' iseeeickythump2011-04-221-60/+144
* - At the end of a drill session, when re-presenting items that were failedeeeickythump2011-04-161-5/+13
* - More robust handling of the situation where we resume a drill session but2.1.1eeeickythump2011-04-151-53/+86
* - Can now resume drill sessions after exiting with (e)dit or (q)uit commands!2.1eeeickythump2011-04-131-151/+324
* Many changes:2.0eeeickythump2011-04-081-193/+526
* - New option: org-drill-hide-item-headings-p. If non-nil, item headings will ...eeeickythump2011-04-041-29/+76
* - Hide comments (#...) in items during drill sessions.eeeickythump2011-03-271-93/+131
* Bug fix: when drill sessions span more than one file, display items in the ot...1.6eeeickythump2011-03-091-3/+3