From afdc68fc67c64698742112ad492d6ab0baaf503f Mon Sep 17 00:00:00 2001 From: Florian Tham Date: Wed, 6 Mar 2024 07:56:05 +0100 Subject: [PATCH] again: wie allg. Metadaten behandeln --- todo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo.sh b/todo.sh index a3f1439..62fa493 100755 --- a/todo.sh +++ b/todo.sh @@ -996,7 +996,7 @@ _format() printf "%s", prj_beg words[i] prj_end } else if (words[i] ~ /^[@].*[A-Za-z0-9_]$/) { printf "%s", ctx_beg words[i] ctx_end - } else if (words[i] ~ /^(due|t|again):/) { + } else if (words[i] ~ /^(due|t):/) { printf "%s", dtx_beg words[i] dtx_end } else if (words[i] ~ /^(19|20)[0-9][0-9]-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])$/) { printf "%s", dat_beg words[i] dat_end