Allow tasks to be canceled
This commit is contained in:
parent
e0cb1c8f23
commit
0e4ef7fef3
13 changed files with 107 additions and 14 deletions
|
|
@ -118,7 +118,8 @@ donedate = {
|
|||
| datum ~ "--" ~ datum
|
||||
| datum
|
||||
}
|
||||
done = !{ "DONE" ~ "[" ~ datum ~ "]" ~ donedate? ~ eol }
|
||||
done_kind = { "DONE" | "CANCELED" }
|
||||
done = !{ done_kind ~ "[" ~ datum ~ "]" ~ donedate? ~ eol }
|
||||
dones = { done* }
|
||||
|
||||
desc_line = { "#" ~ (" " ~ rest_any)? ~ eol }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue