mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Merge branch '1.9.2' of tasktools.org:task into 1.9.2
This commit is contained in:
commit
5e55166617
7 changed files with 90 additions and 1 deletions
|
@ -161,6 +161,17 @@ Some of you may be familiar with DeMorgan's laws of formal logic that relate
|
|||
the AND and OR operators in terms of each other via negation, which can be used
|
||||
to construct task filters.
|
||||
|
||||
.TP
|
||||
.B Q: How do I delete an annotation?
|
||||
Task currently lacks a good command for deleting annotations. In the meantime,
|
||||
use the 'edit' command:
|
||||
|
||||
$ task 123 edit
|
||||
|
||||
This will invoke your text editor, and you will be able to directly edit the
|
||||
task details. Delete the line that contains the annotation you wish to remove,
|
||||
then save and quit the editor.
|
||||
|
||||
.SH "CREDITS & COPYRIGHTS"
|
||||
task was written by P. Beckingham <paul@beckingham.net>.
|
||||
.br
|
||||
|
|
|
@ -261,6 +261,13 @@ The character or string to show in the tag_indicator column. Defaults to +.
|
|||
.B recurrence.indicator=R
|
||||
The character or string to show in the recurrence_indicator column. Defaults to R.
|
||||
|
||||
.TP
|
||||
.B recurrence.limit=1
|
||||
The number of future recurring tasks to show. Defaults to 1. For example, if a
|
||||
weekly recurring task is added with a due date of tomorrow, and recurrence.limit
|
||||
is set to 2, then a report will list 2 pending recurring tasks, one for tomorrow,
|
||||
and one for a week from tomorrow.
|
||||
|
||||
.TP
|
||||
.B debug=off
|
||||
Task has a debug mode that causes diagnostic output to be displayed. Typically
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue