This commit is contained in:
2025-12-01 11:16:39 +01:00
parent efcf39b890
commit b356b557c2
10 changed files with 68 additions and 51 deletions

View File

@@ -1,4 +1,5 @@
BEGIN { FS="[:;]" }
{ gsub("\r", "") }
/^END:(VTODO|VJOURNAL)$/ { ins = 0; exit }
/^[^ ]/ && a { a = 0 }
/^ / && a && p { print substr($0, 2); }