summaryrefslogtreecommitdiff
path: root/doc/gnosis.org
diff options
context:
space:
mode:
Diffstat (limited to 'doc/gnosis.org')
-rw-r--r--doc/gnosis.org11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/gnosis.org b/doc/gnosis.org
index cccd625..8d23a30 100644
--- a/doc/gnosis.org
+++ b/doc/gnosis.org
@@ -221,12 +221,15 @@ Example:
=gnosis-algorithm-ff= is a floating number below 1.
It's used to calculate the next interval upon an unsuccessful review,
-by being multiplied with last interval, if for a note with a value of
-last-interval of 6 days and a ff of 0.5, upon an unsuccessful review
-the next interval will be 6 * 0.5
+by being multiplied with last interval.
-For example:
+
+
+Example:
#+begin_src emacs-lisp
(setq gnosis-algorithm-ff 0.5)
#+end_src
+
+For a note with a value of last-interval of 6 days and a ff of 0.5,
+upon an unsuccessful review the next interval will be 6 * 0.5