Don't display any completed items.
This commit is contained in:
parent
81d435f67a
commit
57dc803087
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ while (my $line = <ORG_MODE_AGENDA>) {
|
|||
} 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");
|
||||
|
|
Loading…
Add table
Reference in a new issue