Documentation

- Added FAQ about deleting an annotation.
This commit is contained in:
Paul Beckingham 2010-06-11 20:21:03 -04:00
parent 74e13670d0
commit 3da3d3f99d

View file

@ -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