emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] branch elpa/org-drill created (now bf8fe812d4)


From: ELPA Syncer
Subject: [nongnu] branch elpa/org-drill created (now bf8fe812d4)
Date: Mon, 17 Jan 2022 18:58:40 -0500 (EST)

elpasync pushed a change to branch elpa/org-drill.

        at  bf8fe812d4 Update docker images

This branch includes the following new commits:

       new  a678ed9f5e First commit
       new  9487fd21f8 Added special card type for spanish verbs, to 
demonstrate custom card types.
       new  19efe535f7 Minor change to docs.
       new  663f0a3c1e Added README with more detailed documentation. Items 
which are failed during session are presented again before the session ends. 
Items which were failures at the last review session are presented first in the 
next session. Added recognition of leech items, based on excessive number of 
failures. Leeches can be skipped or warned about. When reviewing an item, the 
prompt shows the number of items remaining. When the session finishes, the 
minibuffer shows a brief repor [...]
       new  34f0c03f9a Added tag 1.0 for changeset a3f5efca0221
       new  9ea35e11b6 Added implementation of SM2 algorithm. Add option 
'org-drill-spaced-repetition-algorithm': choose either SM2 or SM5 algorithm. 
Add option 'org-drill-add-random-noise-to-intervals-p': randomly vary 
repetition intervals slightly, to avoid clumping. Fixed a bug in org-learn's 
SM5 algorithm (intervals much too long). Use overlays to display cloze 
deletions as '[...]' during reviews. Cloze text can contain hints, which will 
visible during review. Add option 'org-drill-fa [...]
       new  b3e8d7b931 Added tag 1.1 for changeset bc740455003b
       new  c1af8a3285 Allow editing and tag-editing when prompted for recall 
quality. Allow tag-editing when reviewing items. Any linked image files are 
displayed inline during review. Don't hide org links [[...][...]] when hiding 
cloze text, azs they may contain inline images which we want to keep visible. 
Close property drawers during review. Provide visual feedback (progress bar in 
minibuffer) when scanning items in preparation for a drill session.
       new  1daa7d6de5 Separate counts of pending new, old, and failed items 
are displayed in custom colours during review and in the final report. A timer 
(MM:SS) is displayed as part of the review prompt. Order-of-magnitude speed 
boost when scanning entries to prepare a drill session. Recycle markers at the 
end of each drill session.
       new  259033811d Added tag 1.3 for changeset c8dd87db2ce1
       new  7806c770d6 Added ability to skip cards during review (answer is not 
shown). Fixed bug that caused sessions to end with "ran out of drill items" 
error.
       new  9cb409a1ba * New command: 'M-x org-drill-cram'. "Cram Mode" is the 
same as an ordinary drill session, except   that ALL items are considered "due 
for review" unless they have been reviewed within the last   few hours (the 
number of hours is configurable by setting 'org-drill-cram-hours'). This   mode 
is intended for quickly revising a collection of drill items before a test. * 
New card type: multicloze. Behaves the same as "simple" cards, but when there 
is more than one   port [...]
       new  0e2040ba7e * Documentation added for multicloze cards and cram 
mode. * Multicloze card example added in 'spanish.org'.
       new  5040d0e6d2 Added tag 1.4 for changeset 2e4735840112
       new  2ba02542f8 Fixed bug causing items to sometimes appear multiple 
times during a single drill session. Thanks to Milan Zamazal (pdm@zamazal.org) 
for this fix.
       new  2f92356145 Added tag 1.5 for changeset 42f3700bc748
       new  5ebfe9c717 Improved key input during drill sessions. Once the 
answer is revealed, it is now possible to navigate within the topic using the 
cursor, PgUp/PgDn and mouse scroll wheel. This is sometimes necessary for 
topics which do not fit entirely on one screen.
       new  b431634c3e Bug fix: when drill sessions span more than one file, 
display items in the other files correctly. (Previously the only items which 
worked correctly were those in the buffer/file where org-drill was invoked.)
       new  1c93810202 Added tag 1.6 for changeset 6ff8dd70c108
       new  5d4694dc3b - Hide comments (#...) in items during drill sessions. - 
Fix bug where if a subheading was more than 1 level deeper than the tested 
item, and had no parent   heading other than the item's heading, it would not 
be hidden during testing.
       new  9ab44310d5 - New option: org-drill-hide-item-headings-p. If 
non-nil, item headings will be made   invisible while each item is being 
tested. - OF matrix entries are rounded to 3 decimal places. - Item E-factors 
are not modified if the item is "failed" (in accordance with Dr Wozniak's 
description of   the SM5 algorithm).
       new  a222b4dfb4 Many changes: - Item drill data is stored in a clearer 
format, each value has its own property, the old 'org-learn'   LEARN_DATA 
property has been dropped. Items that contain LEARN_DATA are silently rolled 
over to   the new format. - For SM5, matrix of optimal factors is now correctly 
*global* rather than per-item, and is saved   between drill sessions as an 
emacs customization variable. - We store interval data as floating point 
numbers rather than rounding to the  [...]
       new  fee727e76e Added tag 2.0 for changeset 16cafa21aef0
       new  8b72dfbded - Can now resume drill sessions after exiting with 
(e)dit or (q)uit commands!   Use 'M-x org-drill-resume'. - Finessed the 
prioritisation of items during drill sessions.   - We now present failed and 
OVERDUE items first. Overdue status is defined in days and     has some leeway, 
defined by a new variable 'org-drill-overdue-interval-factor'.   - Next we 
present YOUNG items (learned or relearned recently, so have short intervals).   
  The definition of 'young' is via  [...]
       new  4c7669692d Added tag 2.1 for changeset da0c515d1d39
       new  e698616493 - More robust handling of the situation where we resume 
a drill session but   some items have been moved or deleted. We now check for 
this and discard   offending markers, rather than failing outright. - Final 
report now shows number of items that will become due tomorrow. - Fixed a 
rounding bug which affected deciding whether items are 'overdue'.
       new  2d039d0429 Added tag 2.1.1 for changeset 60b0a80ce97a
       new  17c34adec5 - At the end of a drill session, when re-presenting 
items that were failed   during the course of that session, we now avoid 
showing the same item   straight after itself (unless it is the only item left).
       new  97aad88728 - 'multicloze' card type renamed to 'hide1cloze' (though 
'multicloze' is   still recognised as a synonym, for backwards compatibility) - 
new card type 'show1cloze' -- like hide1cloze, but only reveals one   of the 
areas of clozed text in the item. - when 'revealing' an item during a drill 
session, do not show contents   of any subheadings which are themselves tagged 
as drill items. This means   you can have drill items inside drill items, 
without giving their answer [...]
       new  c27d9035ef - Added new example card types, more useful than 
'spanish_verb':   - 'conjugate': retrieves properties VERB_INFINITIVE and 
VERB_TRANSLATION     from parent item, and uses its own property VERB_TENSE to 
prompt the     student 'Translate the verb INFINITIVE and conjugate for the 
TENSE tense'     or 'Give the verb meaning TRANSLATION and conjugate for the 
TENSE tense'   - 'translate_number': using third party library spell-number.el, 
    prompt the student to translate [...]
       new  d9488f0f65 Added tag 2.2 for changeset d9430f6647c9
       new  0aeff8516d - All drill items now receive unique IDs (using the 
org-id module). This allows   various clever tricks such as 'synching' the item 
collections of two   people. At the beginning of a drill session, IDs are 
assigned automatically   to all drill items that do not possess them. This is 
slow if you have a large   collection, but it only happens once. - New command 
'org-drill-merge-buffers'. Called from buffer A, and given buffer   B, imports 
all the user-specific schedu [...]
       new  02e454f8d0 Added tag 2.3 for changeset b5d5b9f5c203
       new  f7e2975556 - Speed up stripping scheduling data if scope is the 
current buffer (default). - Bugfixes for copying over of items duringorg-drill 
merge-buffers
       new  ce3e540b00 Added tag 2.3.1 for changeset 566cf446fdae
       new  0eca79a796 Tiny fix to org-drill-map-entries.
       new  2be993c6ce Don't warn about a high percentage of failed items when 
the number of tested items in the session is zero (Milan Zamazal).
       new  65e1290023 New file-safe user variable: org-drill-scope. Allows 
customisation of the scope of drill sessions (ie where items are sourced from). 
The variable can take the value 'directory', meaning items will be sourced from 
all org files in the same directory as the current file. This is useful for 
splitting up a monolithic item collection into smaller files, while still 
including all those files in drill sessions.
       new  b17bf579bd - New card types: show2cloze, hide1_firstmore, 
show1_firstless, show1_lastmore. See docs for details. - 'conjugate' card type 
can now show a hint (VERB_INFINITIVE_HINT) - New command: org-drill-again: run 
another drill session using leftover items from the last   session, i.e. don't 
rescan the item collection. - If org-drill-resume is called and there is 
nothing to resume, offer to call org-drill-again - Automatically prompt to save 
all modified buffers when a drill [...]
       new  e7ffd8e6eb Renamed documentation file and fixed a few typos.
       new  1c77d6cf3a Removed old doc files (renamed).
       new  c410f8dcb0 Added tag 2.3.2 for changeset 4e43f149ea97
       new  ca5231b9b4 Cloze text is now correctly identified in items whose 
bodies contain [[bracketed links]]. Fontification of cloze text should now work 
correctly when the first org file is loaded. New file types: hidefirst, hidelast
       new  8133a8c566 Added tag 2.3.3 for changeset e68b52fe88ac
       new  c65430b71a Oops! some some nasty discrepancies have now been 
fixed.(something went wrong during a merge)
       new  45237da768 Added tag 2.3.3 for changeset 1b0cc92cbb6a
       new  e52080c97b New option: org-drill-sm5-initial-interval. Allows users 
of SM5 algorithm to adjust the first repetition interval from the 4 days that 
is mandated in the official algorithm. New option: org-drill-cloze-text-weight: 
Allows users of hide1_firstmore, show1_firstless and show1_lastmore card types 
to control how often the 'infrequent' form of the card is shown. Some bugfixes 
to DRILL_CARD_WEIGHT property.
       new  ec7b5a0cf0 Added tag 2.3.4 for changeset e472512f0be7
       new  8618a532c7 - Improved progress bar while collecting due items. It 
is no longer able to overflow   to multiple lines. - Added documentation for 
'org-drill-sm5-initial-interval'.
       new  6dc1b90f21 Added tag 2.3.5 for changeset 872dde6580f6
       new  b2f4874178 - Fixes to try and force display of images during drill 
sessions. - Fix to correctly reveal current entry when pausing a drill session 
in   a narrowed buffer. (thanks to Milan Zamazal) - Support for verbal moods in 
addition to tenses. "Present indicative"   tense renamed to "simple present".
       new  f9a217faa1 Wrapped all calls to 'org-display-inline-images' in 
'ignore-errors', to prevent errors when org-drill is run in a non-windowing 
environment.
       new  b69d212068 Go back to using org-save-outline-visibility instead of 
org-drill-save-visibility - the latter is no longer needed as the former now 
returns a useful value.
       new  bd452b9fe1 The string which separates a hint from the rest of the 
contents of a cloze is now customisable by setting the variable 
'org-drill-hint-separator'. The string is '||' by default (it was previously a 
single '|').
       new  6be323d033 Entries in 'org-drill-card-type-alist' can now take a 
fourth argument, 'drill-empty-p' (boolean). If true, items of this type are not 
skipped if their bodies are empty. Bugfixes related to cram mode. Cram mode 
displays a coloured 'C' in the mode line. Sped up testing whether items have 
empty bodies. Updated documentation.
       new  e43199b988 Changed permissions on some files.
       new  5749d5bb7a Contents of entry drawers are now hidden while 
displaying answers. Added card types for noun declension (similar to verb 
conjugation).
       new  79a0ac93ae Hide entry drawers when showing answers for verb 
conjugation and noun declension card types.
       new  eb95d9415a New global variable 'org-drill-match'. Now possible to 
specify a tags/property/ todo match for a drill session - only entries 
satisfying that match will be considered. Top level functions now accept match 
string as an additional optional argument.
       new  d0405e9311 Fixed bug with scheduling failed cards, caused by 
changes to 'org-schedule' in org mode version 8.
       new  d5c55b69f4 Any LaTeX math fragments in an item will now be rendered 
inline (if possible) during drill sessions. This means org-drill can now be 
used to memorize maths equations. LaTeX fragments work correctly if placed 
inside cloze text, i.e. between square brackets. I suggest using \(…\) to 
delimit fragments, as using \[…\] may be difficult for org-drill to 
differentiate from cloze text.
       new  cfe271d824 Fixed: org-drill-strip-all-data now works again (was 
using obsolete arguments to org-schedule).
       new  93545edb91 Added tag 2.3.8 for changeset a8cade42f59c
       new  224a959b26 Added tag 2.4.0 for changeset 37dd8ae06ded
       new  8b6e230886 Added ability to define arbitrary left and right cloze 
delimiters (strings), in case ‘[‘ and ‘]’ are not suitable for some reason. To 
define new delimiters, set the values of the variables 
org-drill-{left,right}-cloze-delimiter. These variables can be file-local.
       new  8e6bf15ac8 Fix the defcustom definitions and provide :tag property 
for choices
       new  f9b4c257af Check that org version is >= 7.9.3f (the 'org-schedule' 
function in older versions is incompatible).
       new  612848a840 Added tag 2.4.1 for changeset 97f51d64df45
       new  361aa53a14 Very overdue items are considered "lapsed" and are 
presented in the order they were originally added, rather than by how overdue 
they are.
       new  396b3078b7 Added tag 2.4.2 for changeset 648125435aad
       new  063e8035a8 - Ignore cloze markings if they occur inside Org source 
blocks   (#+BEGIN_SRC ... #+END_SRC). - Handle the old version of 
org-toggle-latex-fragment (org-preview-latex-fragment)   as Org 8.2.10 still 
uses the old name. - Fix prioritisation of 'lapsed' items when choosing drill 
order. - Try to guess the age of items that lack the DATE_ADDED property. - 
Converted org-drill.org into Markdown, to serve as a README.
       new  c67928667e Added tag 2.4.3 for changeset c289780f11d7
       new  7301c9ea71 Fixed calculation of 
'org-drill-entry-days-since-creation' for cases where 
'org-drill-entry-days-overdue' returns NIL.
       new  c71a218c68 Added tag 2.4.4 for changeset 0571437aa238
       new  113c5339f9 Deal with removal of 'org-meta-data-and-drawers' 
function from Org development version. Make item 'lapsing' optional and off by 
default.
       new  ce1a76c6c9 Added tag 2.4.5 for changeset 69dde321b38c
       new  eb370c7405 - Moved a line with side effects to earlier in the file, 
possibly fixing an obscure bug where stuff inside [square brackets] in source 
code blocks was being incorrectly interpreted as cloze text the first time a 
drill session was run (the problem did not recur if the session was exited and 
run again). - Inside the main org-drill function, moved the anonymous mapping 
function out to a separate named function (org-map-drill-entry-function).
       new  42e9bf3230 Added tag 2.4.6 for changeset e7bb422d8cb1
       new  663a1ee3f3 Clarified that org-drill is licensed under GPL v3.
       new  8a9192cc2f Persistence of the optimal factor matrix across 
application sessions is now accomplished via 'savehist' rather than 'customize'.
       new  d987e8d734 Added tag 2.5.0 for changeset 9b098bf2648d
       new  4114c541a7 You can now customise the keys for the 'quit', 'edit', 
'tags', 'help' and 'skip' actions in drill sessions, by setting the values of 
the variables org-drill--quit-key and others.
       new  09f7bc5c9b Backout changeset 
5d9b61ea5a181eb282e4069c17cbdf00e4325726
       new  88de357a6c Undo previous version change to 2.5.0. The current 
version is 2.4.7.
       new  3f6435d39a Added tag 2.4.7 for changeset 552ec7292154
       new  9c86731452 During drills, pressing keys for quit, edit and skip now 
works again.
       new  fa03aa7696 Added tag 2.4.8 for changeset 080a526cc34a
       new  db7a9c7746 Added new variable 
'org-drill-item-count-includes-failed-items-p'. Default is nil. If non-nil, 
both failed and successful items count towards the total number of items 
studied in a session. If nil, only successful items count.
       new  44289690b7 Added tag 2.4.9 for changeset 355c05642208
       new  66d74724d7 Turn off input method while reading events
       new  8c374c0998 Merged in Fuco/org-drill/fix-input (pull request #3)
       new  7a3bf3ef30 Update version in header to 2.4.10.
       new  849be174b6 Added tag 2.4.10 for changeset 2d622b26469c
       new  b02735bde7 New option 'org-drill-cloze-length-matches-hidden-text': 
If non-nil, when concealing cloze deletions, force the length of the ellipsis 
to match the length of the missing text. This may be useful to preserve the 
formatting in a displayed table, for example.
       new  c62093fad3 Added tag 2.5 for changeset 97921372f286
       new  e04ae39758 Remove obsolete dependency on org-learn.
       new  4f8543a95e Added tag 2.5.1 for changeset 7a8df02a7ffc
       new  cda03224dc Added new card type, "simpletyped". Instead of just 
pressing space to reveal the answer, the user is prompted to type a text string 
followed by enter. This string is then displayed again when the user is rating 
his/her recall for the item. This card type might be useful when learning 
languages with difficult or irregular spelling.
       new  738b956a16 Updated version number in header.
       new  201e6991df Added tag 2.6 for changeset f96493b0ba4a
       new  a9d3447041 Reinstated dependency on 'org-learn' library.
       new  562baba885 Added tag 2.6.1 for changeset 586920548547
       new  6fc2bfe8c3 SM2 algorithm should now actually work.
       new  d9ffa4b91f Add support for typing in buffer input
       new  615ce00d86 Fix org-drill-hide-subheadings-if
       new  ddd9b056cd Merge answer typing
       new  a9d771052e Fix matching of lock files
       new  355c3a602f Merge fix/do-not-match-lockfile
       new  45e92eca74 Add org-drill-cram-tree function
       new  941ad8c2b8 Add leitner learning
       new  ef79a22735 Add explain support
       new  ef9bad812c Explain tags now inherit
       new  6959903b99 Explain status of fork
       new  939f2a65b2 Enable cask testing
       new  4d9bdb6836 Add org-learn
       new  d2591c4676 Dependency clean ups
       new  533a3a84ee Add gitlab-ci.yml
       new  5e05755fdf Update load-test name
       new  df13d89a4c Add interactive test functions
       new  500d1475c3 Add count entries test
       new  d47080e3bc Remove generated file
       new  b7b295c80b Update gitignore
       new  c58cb90ff0 Update gitignore
       new  11abbd2747 Add robotized test
       new  ba0a346583 Removed generated file
       new  644b0a5cbc Remove org-learn as a separate package
       new  fd3efa233e Port to cl-lib
       new  507daae5a2 Remove org-drill-session-qualities
       new  6c14bd6c50 Update robot, Fix remaining CL dependencies
       new  9aa3e98ea0 Remove org-drill-start-time
       new  1470bdb487 Remove org-drill-new-entries
       new  54cde2dbf7 Move to eieio objects
       new  c1c57adea9 Remove dormant-entry-count
       new  0e89d9a638 Remove more variables
       new  68d1e33e03 Replace overdue-entries
       new  ffc04493f8 Remove more variables
       new  a803289de9 Remove last of earmuff variables
       new  ff9bb0a435 Replace warned-about-id-creation
       new  0286de5402 Remove unneed form
       new  5bc955b066 Remove overdue-data dynamic scoping
       new  46d71b5218 Add lexical-binding
       new  be851b9eb4 Refactor robot testing
       new  9555e487d4 Fix presentation-in-buffer
       new  a45d80654e Tweak Robot testing
       new  a923ba2c90 Move exit-kind to slot
       new  50885fbeea Refactor robot testing to allow multiple tests
       new  d37519f54c Clean up robot testing
       new  9fa9b6eabf Robot test all card types
       new  72c774b55d Rename free-marker into namespace
       new  0184220926 Replace drill-typed-answer
       new  02b507b839 Add leitner robot test and fix
       new  61fe47deb8 Replace drill-answer
       new  2832be1ad4 Replace more non-namespaced commands
       new  118e76ff9c Replace more non-namespaced command
       new  c49af4a9b3 Replace more non-namespaced commands
       new  b161277f82 Replace more non-namespaced commands
       new  5b6bb5445c Fix broken test
       new  58b353993c Complete namespace cleanliness
       new  7a7f9370fa Fix byte compilation errors
       new  0239ffd27a Remove unused definitions
       new  4daff57b81 Replace dynamically scoped end-pos
       new  8c36f488e2 Spanish card fixes and full test set
       new  9eb8d72776 Update README
       new  6533b73246 Support changing small sleep on command line
       new  a949ece724 Remove more dynamic scoping errors
       new  61807adc7f Remove spell-number.el dependency
       new  5d4f60d49d Silence more unused variable messages
       new  4300ef9d4c Fix broken form in org-drill-resume
       new  20c90836aa Speed up robot tests with polling
       new  d6d940c9c5 Improve poll
       new  de11158c99 Replace more dynamic scoping
       new  c59c49a4df Remove call to cl
       new  d3695d66f3 Fix call to session
       new  2811c3f562 Replace dynamic scoping with let
       new  b2b7c3f625 Remove dynamic scoping
       new  0eaacf2a2d Remove legacy code
       new  b0ee414c16 Fix call to removed variable
       new  1801524221 Fix call to format
       new  3c356dfc5a Fix robot testing and reference to drill-typed-answer
       new  f72d8adda3 Extend README
       new  77480ae0a2 Remove arguments from presentation-prompt
       new  362c643163 Fix more compile error messages
       new  90d777bd55 Fix more byte compile errors
       new  8644cfd761 Fix more byte compile errors
       new  ac7ca1346f Complete clean of byte compile messages
       new  3b0f44592f Add compatibility hacks to support org-mode 8
       new  dd55dbe699 Fix call to org-drill-entry-overdue-p
       new  5a405f5d08 Fix session call in org-drill-sm-or-leitner
       new  82c2ec8b1f Replace call to gensym with cl-gensym
       new  29b4faa174 Fix compat call
       new  1429c675e8 Fix compatability call again!
       new  2f056255e6 Re-namespace with-hidden-cloze-text
       new  9f9e5e7170 Renamespace all macros
       new  8ebb0d27d6 package-lint cleaning
       new  c65634b454 Remove hi-lock dependency
       new  502961433b Remove savehist dependency
       new  2b44b36284 Fix prompt
       new  e7460b6262 Regularize use of scope
       new  c44ca7447b Document explainer
       new  d1d7fde5e3 Regularize white space
       new  a91c6101b9 Update variable documentation
       new  508f2dde21 Use persist
       new  b0a376b3ed Ignore created elpa directory
       new  f5b7472de1 Remove unused variable
       new  9e3a7952a1 Remove org-drill-free-marker
       new  fecfc9c9a9 Add documentation
       new  7adb9aab5a Update documentation
       new  6938a466e0 Update documentation
       new  7b9b7f1323 Update documentation
       new  0444db69f5 fix reversed member arguments
       new  6e812e7fef Fix typo in function name in README
       new  64d878afe3 Update README's installation instructions
       new  56ddd56396 Update documentation
       new  04923e6c38 Update gitignore for generated file
       new  de1e419ae3 All more README tests
       new  749e012e65 Merge branch 'fix/drill-matching' into 'master'
       new  6ad53cdf21 Update documentation
       new  fdbbccad8c Merge branch 'patch-2' into 'master'
       new  b61865f701 Merge branch 'patch-3' into 'master'
       new  fca357cad8 Add blank line between authors in README
       new  96d7c199a0 Merge branch 'patch-1' into 'master'
       new  c0ee1780de Update documentation
       new  037b4bfe84 Fix copyright line
       new  4f8b910347 Update documentation
       new  546336d207 Update documentation.
       new  3cf59ccba6 Update documentation
       new  a51c152bdb Update documentation
       new  04283a8a6c Remove obsolete org-drill-optimal-factor-matrix
       new  7dece4a5e4 Fix org-get-tags compatability
       new  44f66af8f7 fix argument passed to now obsoleted 
org-toggle-latex-fragment
       new  03551ffa3c Show LaTex overlays after clearing them
       new  f9da5ee130 Do not remove overlays after finishing card
       new  4307a3a387 Show latex overlays in simple card's answer
       new  2e37c8a91c Merge branch 'fix/show-latex-fragments' into 'master'
       new  11dd2d4e23 Merge branch 'master' into 'fix/latex-overlays'
       new  d2fe915d7a Merge branch 'fix/latex-overlays' into 'master'
       new  ecf4bae5ce Fix typo "Eaqch" to "Each"
       new  b6a4b4f103 Merge branch 'master' into 'master'
       new  4d5b9e60c8 Remove interactive from org-drill-entry-f
       new  4c114489e6 Release v2.7.0
       new  0f0ee9f188 Allow Creating New Session in Cram Mode
       new  0e0f7bcddd Bump org-mode version to 9.3
       new  602f5c4d96 Fix use of cl.el
       new  94ae5d684d update gitignore to exclude all org files in robots dir 
ending in -copy
       new  2d7ea5d00b add helper fn to check cards without killing emacs
       new  78d3472033 add cram-mode test
       new  30913a9adf Merge branch 'branweb/fix-cram-mode' into 'master'
       new  35c1ce3499 Merge branch 'branweb/org-mode-version' into 'master'
       new  e55415221e Fix autoloads
       new  ace0cf0dcd Update CI.
       new  bf8fe812d4 Update docker images




reply via email to

[Prev in Thread] Current Thread [Next in Thread]