From 6c1ec34a9d58a220183232ed83914d394c0fea38 Mon Sep 17 00:00:00 2001 From: ginatrapani Date: Mon, 13 Sep 2010 01:25:20 -0700 Subject: [PATCH] Migrated from known-bugs v20 --- Known-Bugs.textile | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/Known-Bugs.textile b/Known-Bugs.textile index 7b354a7..fefcb10 100644 --- a/Known-Bugs.textile +++ b/Known-Bugs.textile @@ -1,39 +1 @@ -h3. __add__ does not escape line breaks: - -* $ t a "foo -* > bar -* > baz" - -This will add three separate items. By default this shouldn't happen (though an add-on that overrides the add command and allows for multiple line entry in one shot is a good idea). - -"Discussion thread":http://tech.groups.yahoo.com/group/todotxt/message/2146 - - - -h3. _prepend_ not correct on prioritized tasks - -* $ t add test -* TODO: 'test' added on line 114. -* $ t pri 114 a -* 114: (A) test -* TODO: 114 prioritized (A). -* $ t prepend 114 -* Prepend: pretest -* 114: **pretest (A)** test - ---phil - -h3. _do_: no safeguard to do twice - -If by accident you repeat @todo.sh do@ twice on the same task, this should be ignored but instead we have: - -* $ t add test -* TODO: 'test' added on line 114. -* $ t do 114 -* 114: x 2009-03-21 test -* TODO: 114 marked as done. -* $ t do 114 -* 114: **x 2009-03-21 x 2009-03-21** test -* TODO: 114 marked as done. - ---phil +Moved this page to the "Issues Tracker":http://github.com/ginatrapani/todo.txt-cli/issues \ No newline at end of file