mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Docs: Updated man page discussing rc.recurrence
This commit is contained in:
parent
51ae097388
commit
2dae6c0ab4
1 changed files with 5 additions and 1 deletions
|
@ -69,7 +69,7 @@ Values support UTF8 as well as JSON encoding, such as \\uNNNN.
|
||||||
|
|
||||||
Note that Taskwarrior is flexible about the values used to represent Boolean
|
Note that Taskwarrior is flexible about the values used to represent Boolean
|
||||||
items. You can use "1" to enable, anything else is interpreted as disabled.
|
items. You can use "1" to enable, anything else is interpreted as disabled.
|
||||||
The values "on", "yes", "y" and "true" are currently supported by deprecated.
|
The values "on", "yes", "y" and "true" are currently supported but deprecated.
|
||||||
|
|
||||||
.RS
|
.RS
|
||||||
include <file>
|
include <file>
|
||||||
|
@ -450,6 +450,10 @@ The character or string to show in the <uda>.indicator column. Defaults to U.
|
||||||
Controls whether recurrence is enabled, and whether recurring tasks continue to
|
Controls whether recurrence is enabled, and whether recurring tasks continue to
|
||||||
generate new task instances. Defaults to "1".
|
generate new task instances. Defaults to "1".
|
||||||
|
|
||||||
|
If you are syncing multiple clients, then it is adviѕed that you set 'recurrence=1'
|
||||||
|
on your primary client, and 'recurrence=0' on ALL other clients. This is a workaround
|
||||||
|
for a duplication bug.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B recurrence.confirmation=prompt
|
.B recurrence.confirmation=prompt
|
||||||
Controls whether changes to recurring tasks propagates to other child tasks with
|
Controls whether changes to recurring tasks propagates to other child tasks with
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue