diff options
author | Emanuele Natale <emanatale+gitlab@gmail.com> | 2019-12-01 07:55:22 +0000 |
---|---|---|
committer | Emanuele Natale <emanatale+gitlab@gmail.com> | 2019-12-01 07:55:22 +0000 |
commit | c07439984eb6a09f72495cc372e510680ea700d7 (patch) | |
tree | bc7521341fc1df442db4058345c8b1a6b5367769 | |
parent | 4205e1c690ddd2442243f6c9f502c0221e301070 (diff) | |
download | todo.txt-vim-c07439984eb6a09f72495cc372e510680ea700d7.zip |
The section Recurrence was duplicated in README.
-rw-r--r-- | README.markdown | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/README.markdown b/README.markdown index d6b32c2..313b3f1 100644 --- a/README.markdown +++ b/README.markdown @@ -237,26 +237,6 @@ Examples: This is a non-standard but widely adopted keyword. -## Recurrence - -By adding a `rec:` tag to your task, when you complete (`<LocalLeader>x`) or -postpone (`<LocalLeader>p`) the task, a new recurrence will be created due after -the specified amount of time. - -The format is: - `rec:[+][count][d|w|m|y]` - -Where: - d = days, w = weeks, m = months, y = years - The optional `+` specifies strict recurrence (see below) - -Examples: - * `rec:2w` - Recurs two weeks after the task is completed. - * `rec:3d` - Recurs three days after the task is completed. - * `rec:+1w` - Recurs one week from the due date (strict) - -This is a non-standard but widely adopted keyword. - ## Mappings By default todo-txt.vim sets all the mappings described in this section. To |