diff --git a/org-mode-appt-check.plx b/org-mode-appt-check.plx index 5acd1e3..92a65ce 100755 --- a/org-mode-appt-check.plx +++ b/org-mode-appt-check.plx @@ -63,6 +63,8 @@ while (my $line = ) { } else { $type = $source; } + next if $type =~ /(DELEGATED|DONE|DEFFERRED|CANCELLED)/i; + $startHour = "0$startHour" if length($startHour) == 1; my $start = "$startHour:$startMin"; my $date = ParseDate("$dayLine $start");