From fef7d5adfceaa486f46910a31c88cf4390b9243f Mon Sep 17 00:00:00 2001 From: Rob Pearce Date: Sat, 26 Mar 2022 22:03:21 +1100 Subject: [PATCH] When marking a task as done, also clear blocked reason. --- t.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t.sh b/t.sh index d6e8238..4db1408 100755 --- a/t.sh +++ b/t.sh @@ -1007,6 +1007,8 @@ function markdone() { toadd3="COMPLETED:$now" file="$dir/$uid.vcf" + + clearstatus "$file" sed -i "/$str/i $toadd1\n$toadd2\n$toadd3" "$file" sedrv=$? set_lastmodified $uid