diff options
author | Thanos Apollo <[email protected]> | 2024-02-08 18:39:32 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-02-08 18:39:32 +0200 |
commit | f7d419aadf93d987eb512a74a776f803aaad7fea (patch) | |
tree | 2c8486bd93f184d50e7e3f108388c14751f93cc3 /doc/gnosis.org | |
parent | 78bee49ffb9a5c11f5ecab6f24c043fb72a8854a (diff) | |
parent | 36830b3f388413e2e3de188ced22e9f1368a9d4a (diff) |
Release version 0.1.6: Merge branch '0.1.6-dev'0.1.6
- _Important Bug Fixes_ for calculating the next interval
- Refactor calculation of ef, using boolean value
- Add gnosis-auto-push, that pushes changes to push remote
automatically at the end of every review session
Diffstat (limited to 'doc/gnosis.org')
-rw-r--r-- | doc/gnosis.org | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/gnosis.org b/doc/gnosis.org index 29c4188..c2ffcf1 100644 --- a/doc/gnosis.org +++ b/doc/gnosis.org @@ -291,3 +291,14 @@ Example: 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 + + +** Auto push changes +When setting =gnosis-auto-push= to =t=, at the end of every review +session the changes to ~gnosis-db~ will be pushed to the pre-configured +push remote. You have to set your push remote manually. + +#+begin_src emacs-lisp +(setf gnosis-auto-push t) +#+end_src + |