| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | org-drill: Implement custom drawer hiding function | Craig Jennings | 2025-11-12 | 2 | -12/+28 |
| | | | | | | | | | | Replace `org-cycle-hide-drawers` with a new `org-drill-hide-drawers` function for more reliable drawer hiding in org-drill. This change enhances the drill display by ensuring all drawers, including the PROPERTIES drawer, are consistently hidden during presentations. The custom function iterates through entries and hides the designated regions, improving the user experience during interactive sessions. | ||||
| * | Update docker images | Phillip Lord | 2021-04-28 | 4 | -6/+16 |
| | | |||||
| * | Update CI. | Phillip Lord | 2021-04-28 | 1 | -1/+1 |
| | | |||||
| * | Fix autoloads | Phillip Lord | 2021-04-27 | 1 | -0/+3 |
| | | |||||
| * | Merge branch 'branweb/org-mode-version' into 'master' | Phillip Lord | 2020-04-12 | 1 | -1/+1 |
| |\ | | | | | | | | | | | Bump org-mode version to 9.3 See merge request phillord/org-drill!10 | ||||
| | * | Bump org-mode version to 9.3 | Brandon Webster | 2020-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | Issue reference: https://gitlab.com/phillord/org-drill/-/issues/19 Caused by https://gitlab.com/phillord/org-drill/-/commit/82b50e378db69e96fb3d916785a2f03fddf85637, which introduced a function created here: https://code.orgmode.org/bzg/org-mode/commit/6d9022df22f86e8b0ea00dfb9179128136edc49a?style=split. Fn is available in org 9.3. Don't know much about packaging for melpa but I figure 82b50e37 should have bumped the org version from 9.2.X at least. | ||||
| * | | Merge branch 'branweb/fix-cram-mode' into 'master' | Phillip Lord | 2020-04-12 | 5 | -20/+87 |
| |\ \ | | | | | | | | | | | | | | | | Allow Creating New Session in Cram Mode See merge request phillord/org-drill!9 | ||||
| | * | | add cram-mode test | Brandon Webster | 2020-04-12 | 2 | -0/+63 |
| | | | | |||||
| | * | | add helper fn to check cards without killing emacs | Brandon Webster | 2020-04-12 | 1 | -7/+14 |
| | | | | |||||
| | * | | update gitignore to exclude all org files in robots dir ending in -copy | Brandon Webster | 2020-04-12 | 1 | -8/+2 |
| | | | | |||||
| | * | | Allow Creating New Session in Cram Mode | Brandon Webster | 2020-04-05 | 1 | -5/+8 |
| | |/ | | | | | | | | | | | | | | | | | | | | | A current session does not exist when `org-drill-cram` is called, so it's current behavior of toggling the `crame-mode` property doesn't seem to do anything. This change allows it to inform `org-drill` to create a new session in "cram mode." I'm not sure if this is the proper way to impliment this relative to the rest of the codebase, which I'm still a little unfamiliar with. But I thought this pr would still be useful, if only to create discussion. | ||||
| * / | Fix use of cl.el | Phillip Lord | 2020-04-08 | 1 | -1/+1 |
| |/ | | | | | | * org-drill.el (org-drill-order-overdue-entries): Use cl-first Closes #23 | ||||
| * | Release v2.7.02.7.0 | Phillip Lord | 2020-02-16 | 1 | -1/+1 |
| | | |||||
| * | Remove interactive from org-drill-entry-f | Phillip Lord | 2020-02-16 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'master' into 'master' | Phillip Lord | 2020-02-16 | 1 | -1/+1 |
| |\ | | | | | | | | | | | Fix typo "Eaqch" to "Each" See merge request phillord/org-drill!8 | ||||
| | * | Fix typo "Eaqch" to "Each" | James Miller | 2020-01-18 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'fix/latex-overlays' into 'master' | Phillip Lord | 2019-12-19 | 1 | -2/+8 |
| |\ | | | | | | | | | | | Show LaTex overlays after clearing them See merge request phillord/org-drill!7 | ||||
| | * | Merge branch 'master' into 'fix/latex-overlays' | Phillip Lord | 2019-12-19 | 1 | -1/+1 |
| | |\ | |/ |/| | | | | | # Conflicts: # org-drill.el | ||||
| * | | Merge branch 'fix/show-latex-fragments' into 'master' | Phillip Lord | 2019-12-19 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | fix argument passed to now obsoleted org-toggle-latex-fragment See merge request phillord/org-drill!6 | ||||
| | * | | fix argument passed to now obsoleted org-toggle-latex-fragment | Darrell Overbay | 2019-08-07 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | The interpretation of the argument to org-toggle-latex-fragment changed when it was aliased to org-latex-preview. Regardless, '(16) should work for either version | ||||
| | * | Show latex overlays in simple card's answer | Mark Skilbeck | 2019-10-18 | 1 | -0/+7 |
| | | | |||||
| | * | Do not remove overlays after finishing card | Mark Skilbeck | 2019-10-18 | 1 | -2/+1 |
| | | | |||||
| | * | Show LaTex overlays after clearing them | Mark Skilbeck | 2019-10-16 | 1 | -1/+1 |
| |/ | |||||
| * | Fix org-get-tags compatability | Phillip Lord | 2019-07-27 | 1 | -1/+3 |
| | | | | | | | The <9.2 compatability advice was working incorrectly by calling `org-get-tags` which prior to 9.2 returned only local tags. This now calls `org-get-tags-at` which seems to work. | ||||
| * | Remove obsolete org-drill-optimal-factor-matrix | Phillip Lord | 2019-07-27 | 1 | -17/+0 |
| | | |||||
| * | Update documentation | Phillip Lord | 2019-07-27 | 1 | -6/+7 |
| | | |||||
| * | Update documentation | Phillip Lord | 2019-07-27 | 1 | -44/+45 |
| | | |||||
| * | Update documentation. | Phillip Lord | 2019-07-27 | 1 | -1/+15 |
| | | |||||
| * | Update documentation | Phillip Lord | 2019-07-26 | 1 | -0/+2 |
| | | |||||
| * | Fix copyright line | Phillip Lord | 2019-07-22 | 1 | -1/+1 |
| | | |||||
| * | Update documentation | Phillip Lord | 2019-07-22 | 1 | -0/+13 |
| | | |||||
| * | Merge branch 'patch-1' into 'master' | Phillip Lord | 2019-07-22 | 1 | -1/+2 |
| |\ | | | | | | | | | | | Add blank line between authors in README See merge request phillord/org-drill!3 | ||||
| | * | Add blank line between authors in README | Stig Brautaset | 2019-07-22 | 1 | -1/+2 |
| |/ | |||||
| * | Merge branch 'patch-3' into 'master' | Phillip Lord | 2019-07-21 | 1 | -8/+4 |
| |\ | | | | | | | | | | | Update README's installation instructions See merge request phillord/org-drill!5 | ||||
| | * | Update README's installation instructions | Stig Brautaset | 2019-07-20 | 1 | -8/+4 |
| | | | |||||
| * | | Merge branch 'patch-2' into 'master' | Phillip Lord | 2019-07-21 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | | | | Fix typo in function name in README See merge request phillord/org-drill!4 | ||||
| | * | | Fix typo in function name in README | Stig Brautaset | 2019-07-20 | 1 | -1/+1 |
| | |/ | |||||
| * | | Update documentation | Phillip Lord | 2019-07-21 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'fix/drill-matching' into 'master' | Phillip Lord | 2019-07-21 | 3 | -7/+15 |
| |\ \ | | | | | | | | | | | | | | | | fix reversed member arguments See merge request phillord/org-drill!2 | ||||
| | * | | fix reversed member arguments | Darrell Overbay | 2019-07-18 | 3 | -7/+15 |
| | |/ | |||||
| * | | All more README tests | Phillip Lord | 2019-07-20 | 2 | -1/+66 |
| | | | |||||
| * | | Update gitignore for generated file | Phillip Lord | 2019-07-20 | 1 | -0/+1 |
| | | | |||||
| * | | Update documentation | Phillip Lord | 2019-07-20 | 1 | -5/+12 |
| |/ | |||||
| * | Update documentation | Phillip Lord | 2019-07-13 | 1 | -2/+11 |
| | | |||||
| * | Update documentation | Phillip Lord | 2019-07-11 | 1 | -0/+5 |
| | | |||||
| * | Update documentation | Phillip Lord | 2019-07-11 | 1 | -0/+7 |
| | | |||||
| * | Add documentation | Phillip Lord | 2019-07-10 | 1 | -4/+9 |
| | | |||||
| * | Remove org-drill-free-marker | Phillip Lord | 2019-07-10 | 1 | -7/+4 |
| | | | | | This function saves no typing once namespaced | ||||
| * | Remove unused variable | Phillip Lord | 2019-07-08 | 1 | -4/+2 |
| | | |||||
| * | Ignore created elpa directory | Phillip Lord | 2019-07-08 | 1 | -0/+1 |
| | | |||||
