From 3da3d3f99d409828678f35f8301de69e5acd2c9d Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 11 Jun 2010 20:21:03 -0400 Subject: [PATCH] Documentation - Added FAQ about deleting an annotation. --- doc/man/task-faq.5 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/man/task-faq.5 b/doc/man/task-faq.5 index 7ba541d8e..21890c9b3 100644 --- a/doc/man/task-faq.5 +++ b/doc/man/task-faq.5 @@ -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 . .br