From d7f9b2165c84c79b5ae15a93456cad12fcd35b18 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 4 May 2009 22:31:14 -0400 Subject: [PATCH] Documentation Update - Correction - Fixed sample commands, which were missing the "add" keyword (thanks to T. Charles Yun). --- html/recur.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/recur.html b/html/recur.html index e4365fcec..5d7a7106a 100644 --- a/html/recur.html +++ b/html/recur.html @@ -52,7 +52,7 @@ generated on a regular basis. Consider the example:

-
% task Pay rent due:7/1/2008 recur:monthly
+
% task add Pay rent due:7/1/2008 recur:monthly

If today's date is 7/10, for example, then that due date is in the past, and @@ -81,7 +81,7 @@ ID Project Pri Due Active Age Description Thursdays instead:

-
% task TPS report due:thursday recur:weekly until:8/31/2008
+
% task add TPS report due:thursday recur:weekly until:8/31/2008

This create a weekly recurring task that expires on 8/31/2008. What this means