Skip to content

Commit

Permalink
Attempt to remove some potential ambiguity.
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSGill committed Aug 11, 2013
1 parent c4af0fc commit 3c0d6f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion The-Todo.txt-Format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -120,6 +120,7 @@ These are not complete tasks.
<pre>
xylophone lesson
X 2012-01-01 Make resolutions
x (A) Find ticket prices
</pre>

We use a lowercase x so that completed tasks sort to the bottom of the task list using standard sort tools.
Expand Down

0 comments on commit 3c0d6f0

Please sign in to comment.