diff options
Diffstat (limited to 'README.html')
| -rwxr-xr-x | README.html | 19 |
1 files changed, 16 insertions, 3 deletions
diff --git a/README.html b/README.html index 297e3a3..7f46d5b 100755 --- a/README.html +++ b/README.html @@ -7,7 +7,7 @@ lang="en" xml:lang="en"> <title>Org-Drill</title> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <meta name="generator" content="Org-mode"/> -<meta name="generated" content="2011-03-25 11:53:49 "/> +<meta name="generated" content="2011-04-04 10:18:44 "/> <meta name="author" content="Paul Sexton"/> <meta name="description" content=""/> <meta name="keywords" content=""/> @@ -197,6 +197,19 @@ buffers, also add: <p> +Item headings may contain information that "gives away" the answer to the item, +either in the heading text or in tags. If you want item headings to be made +invisible while each item is being tested, add: +</p> + + + +<pre class="example">(setq org-drill-hide-item-headings-p t) +</pre> + + + +<p> Org-Drill supports two different spaced repetition algorithms – SM5 (the default, implemented by <code>org-learn</code>) and SM2. SM2 is an earlier algorithm which remains very popular – Anki and Mnemosyne, two of the most popular spaced @@ -623,7 +636,7 @@ See the file <a href="spanish.html">spanish.org</a> for a full set of example ma In org mode, comment lines start with '#'. The rest of the line is ignored by Org (apart from some special cases). You may sometimes want to put material in comments which you do not want to see when you are being tested on the -item. For this reason, all comments are rendered invisible while items are +item. For this reason, comments are always rendered invisible while items are being tested. </p> @@ -965,7 +978,7 @@ get tooltips to work for old/new/etc counts during review? <div id="postamble"> <p class="author"> Author: Paul Sexton </p> -<p class="date"> Date: 2011-03-25 11:53:49 </p> +<p class="date"> Date: 2011-04-04 10:18:44 </p> <p class="creator">HTML generated by org-mode 7.4 in emacs 23</p> </div> </div> |
