From 3c0d6f0c0ccd8aea80688bd5b627ce76a3cecfeb Mon Sep 17 00:00:00 2001 From: Martin Gill Date: Sun, 11 Aug 2013 03:31:17 -0700 Subject: [PATCH] Attempt to remove some potential ambiguity. --- The-Todo.txt-Format.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/The-Todo.txt-Format.md b/The-Todo.txt-Format.md index 829195e..9e0ea78 100644 --- a/The-Todo.txt-Format.md +++ b/The-Todo.txt-Format.md @@ -109,7 +109,7 @@ Two things indicate that a task has been completed. h3. Rule 1: A completed task starts with an x. -If a task starts with an x (case-sensitive lowercase) followed directly by a space, it is complete. Period. +If a task starts with an x (case-sensitive lowercase) followed directly by a space, it is complete. This is a complete task: @@ -120,6 +120,7 @@ These are not complete tasks.
     xylophone lesson
     X 2012-01-01 Make resolutions
+    x (A) Find ticket prices
 
We use a lowercase x so that completed tasks sort to the bottom of the task list using standard sort tools.