aboutsummaryrefslogtreecommitdiff
path: root/org-drill.el
Commit message (Expand)AuthorAgeFilesLines
* fix: keep cloze regex within a single line (upstream #38)Craig Jennings2026-05-051-2/+9
* fix: skip LaTeX preview on TTY frames (upstream #44)Craig Jennings2026-05-051-10/+18
* fix: clear stale end-pos on resume so final-report fires (upstream #33)Craig Jennings2026-05-051-0/+7
* fix: restore display state in the buffer setup ran inCraig Jennings2026-05-051-20/+40
* fix: recover from corrupted persist file at package load (upstream #45)Craig Jennings2026-05-051-3/+14
* fix: guard org-drill-again and org-drill-resume against nil last-sessionCraig Jennings2026-05-051-0/+4
* fix: hide-drawers ignores drawers with no :END:Craig Jennings2026-05-051-3/+10
* fix: default DRILL_LEITNER_BOX to 0 in leitner-reboxCraig Jennings2026-05-051-1/+6
* fix: drop dead translate_number entry from card-type alist (upstream #43)Craig Jennings2026-05-051-2/+1
* fix: guard zero-divisor in org-drill-final-report overdue percentageCraig Jennings2026-05-051-2/+7
* fix: remove stray [debug] message in org-drill-entriesCraig Jennings2026-05-051-1/+0
* fix: guard org-drill-smart-reschedule cond against nil days-aheadCraig Jennings2026-05-051-5/+10
* test: add entry-status, days-since-creation, and overdue ordering coverageCraig Jennings2026-05-051-2/+7
* fix: don't create zero-width overlay for hint-less clozesCraig Jennings2026-05-051-2/+8
* fix: include child subtree in entry-empty-p search bound (upstream #13)Craig Jennings2026-05-051-2/+8
* fix: preserve default-input-method during key reads (upstream #52, #58)Craig Jennings2026-05-051-5/+17
* fix: increment totaln on Simple8 failure pathCraig Jennings2026-04-291-0/+1
* fix: use correct calling convention for `display-buffer`p-snow2026-04-291-1/+1
* Update org-drill-time-to-inactive-org-timestamp to Org 9.6 formatJoseph Turner2026-04-291-1/+4
* fix: add error handling for malformed timestamps in org-drill-entry-days-sinc...Craig Jennings2025-11-131-1/+3
* fix: correct property names in org-drill-merge-buffersCraig Jennings2025-11-131-4/+4
* refactor: extract hardcoded lapse threshold into customizable variableCraig Jennings2025-11-131-6/+18
* fix: prevent window corruption in org-drill-merge-buffersCraig Jennings2025-11-131-16/+16
* refactor: remove obsolete commented code for failure countCraig Jennings2025-11-131-3/+0
* fix: improve error handling for empty property blocks in cloze processingCraig Jennings2025-11-131-4/+18
* Fix race condition with timer cleanup and marker leakCraig Jennings2025-11-131-13/+16
* Fix docstring typo and style in org-drill-entry-overdue-pCraig Jennings2025-11-131-1/+1
* Fix potential infinite loop in marker selectionCraig Jennings2025-11-131-5/+12
* Fix potential division by zero in org-drill-entry-overdue-pCraig Jennings2025-11-131-0/+1
* Fix missing return value in org-drill-get-tags-adviceCraig Jennings2025-11-131-2/+5
* Security: Replace unsafe read() calls with safer alternativesCraig Jennings2025-11-131-12/+37
* Fix typo in cram-mode slot documentationCraig Jennings2025-11-131-1/+1
* refactor: Improve test infrastructure and fix all compiler warningsCraig Jennings2025-11-131-73/+72
* feat: Add display management with customizable settingsCraig Jennings2025-11-121-0/+90
* org-drill: Implement custom drawer hiding functionCraig Jennings2025-11-121-12/+27
* Fix autoloadsPhillip Lord2021-04-271-0/+3
* Merge branch 'branweb/org-mode-version' into 'master'Phillip Lord2020-04-121-1/+1
|\
| * Bump org-mode version to 9.3Brandon Webster2020-04-051-1/+1
* | Merge branch 'branweb/fix-cram-mode' into 'master'Phillip Lord2020-04-121-5/+8
|\ \
| * | Allow Creating New Session in Cram ModeBrandon Webster2020-04-051-5/+8
| |/
* / Fix use of cl.elPhillip Lord2020-04-081-1/+1
|/
* Release v2.7.02.7.0Phillip Lord2020-02-161-1/+1
* Remove interactive from org-drill-entry-fPhillip Lord2020-02-161-1/+0
* Fix typo "Eaqch" to "Each"James Miller2020-01-181-1/+1
* Merge branch 'master' into 'fix/latex-overlays'Phillip Lord2019-12-191-1/+1
|\
| * fix argument passed to now obsoleted org-toggle-latex-fragmentDarrell Overbay2019-08-071-1/+1
* | Show latex overlays in simple card's answerMark Skilbeck2019-10-181-0/+7
* | Do not remove overlays after finishing cardMark Skilbeck2019-10-181-2/+1
* | Show LaTex overlays after clearing themMark Skilbeck2019-10-161-1/+1
|/
* Fix org-get-tags compatabilityPhillip Lord2019-07-271-1/+3