From 822c3dac9b0def491f7de712bb2298e64a5f5ec2 Mon Sep 17 00:00:00 2001 From: Leon Rische Date: Mon, 27 Jan 2020 15:56:07 +0100 Subject: Reset demo file timestamps --- README.org | 7 ++++--- demo.org | 26 +++++++++++++------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.org b/README.org index 46c03e0..2d05d70 100644 --- a/README.org +++ b/README.org @@ -1,9 +1,6 @@ * Org Flashcards Spaced-repetition system for use with Emacs org-mode. -This package should be considered *work in progress*. I use it on a -daily basis but the API regularly changes in breaking ways. - #+CAPTION: Review Demo [[file:images/review.png]] @@ -75,6 +72,10 @@ should be set to the directory to search for org files containing flashcards. The file used to store the review history can be customized with ~org-fc-review-history-file~ and defaults to ~.emacs.d/org-fc-reviews.tvs~. +This package is not (yet) available on MELPA / ELPA, +to install it, clone the repository (e.g. to ~src/org-fc/~) +and follow the setup instructions. + *** Setup with [[https://github.com/jwiegley/use-package/][use-package]] #+begin_src emacs-lisp (use-package hydra) diff --git a/demo.org b/demo.org index 81accb2..2efed27 100644 --- a/demo.org +++ b/demo.org @@ -9,7 +9,7 @@ :REVIEW_DATA: | position | ease | box | interval | due | |----------+------+-----+----------+---------------------| -| front | 2.50 | 6 | 83.98 | 2020-04-05T11:29:48 | +| front | 2.50 | 6 | 83.98 | 2019-04-05T11:29:48 | :END: Front of the card ** Back @@ -26,8 +26,8 @@ Back of the card :REVIEW_DATA: | position | ease | box | interval | due | |----------+------+-----+----------+---------------------| -| front | 2.50 | 5 | 35.76 | 2019-02-17T06:10:32 | -| back | 2.50 | 6 | 94.52 | 2020-04-16T00:33:34 | +| front | 2.50 | 6 | 85.77 | 2019-04-22T09:26:13 | +| back | 2.50 | 6 | 94.52 | 2019-04-16T00:33:34 | :END: For cards without a "Back" heading, the headings main text is considered as the back side. @@ -42,8 +42,8 @@ considered as the back side. :REVIEW_DATA: | position | ease | box | interval | due | |----------+------+-----+----------+---------------------| -| 0 | 2.50 | 6 | 89.34 | 2020-04-10T20:11:35 | -| 1 | 2.50 | 5 | 31.55 | 2019-02-13T01:13:00 | +| 0 | 2.50 | 6 | 89.34 | 2019-04-10T20:11:35 | +| 1 | 2.50 | 6 | 85.20 | 2019-04-21T19:42:40 | :END: A {{cloze deletion}@0} can have multiple {{holes}@1}. * Cloze Enumeration :fc: @@ -57,10 +57,10 @@ A {{cloze deletion}@0} can have multiple {{holes}@1}. :REVIEW_DATA: | position | ease | box | interval | due | |----------+------+-----+----------+---------------------| -| 0 | 2.50 | 4 | 13.54 | 2019-01-26T00:58:48 | -| 1 | 2.50 | 6 | 72.76 | 2020-03-25T06:21:24 | -| 2 | 2.50 | 5 | 36.18 | 2020-02-17T16:31:25 | -| 3 | 2.50 | 4 | 16.20 | 2019-01-28T16:51:34 | +| 0 | 2.50 | 5 | 31.22 | 2019-02-27T20:05:22 | +| 1 | 2.50 | 6 | 72.76 | 2019-03-25T06:21:24 | +| 2 | 2.50 | 5 | 36.18 | 2019-02-17T16:31:25 | +| 3 | 2.50 | 5 | 42.28 | 2019-03-09T21:37:06 | :END: Enumerations are useful for @@ -71,7 +71,7 @@ Enumerations are useful for - {{items}@3} * AWK Source Example :fc: :PROPERTIES: -:FC_CREATED: 2020-01-20T21:44:50 +:FC_CREATED: 2019-01-20T21:44:50 :FC_TYPE: cloze :FC_CLOZE_MAX: 2 :FC_CLOZE_TYPE: single @@ -80,9 +80,9 @@ Enumerations are useful for :REVIEW_DATA: | position | ease | box | interval | due | |----------+------+-----+----------+---------------------| -| 0 | 2.50 | 1 | 0.01 | 2020-01-20T22:07:25 | -| 1 | 2.50 | 1 | 0.01 | 2020-01-20T22:07:24 | -| 2 | 2.50 | 1 | 0.01 | 2020-01-20T22:05:31 | +| 0 | 2.50 | 2 | 1.00 | 2019-01-28T14:51:36 | +| 1 | 2.50 | 2 | 1.00 | 2019-01-28T14:51:39 | +| 2 | 2.50 | 2 | 1.00 | 2019-01-28T14:51:37 | :END: #+begin_src awk # Set up variables for new file -- cgit v1.2.3