diff --git a/org-mode-appt-check.plx b/org-mode-appt-check.plx index d547e0e..8e04f6e 100755 --- a/org-mode-appt-check.plx +++ b/org-mode-appt-check.plx @@ -79,7 +79,7 @@ while (my $line = ) { 'Appointment', "You have an appointment at $start: $rest"); } } - } elsif ($line =~ /^\s+(?:birthday|anniversary)\s*:\s+(\S.+)\s*$/i) { + } elsif ($line =~ /^\s+(?:birthday|anniversary)\s*:\s*(\S.+)\s*$/i) { $thisLinePrintable = " $1"; } if (defined $thisLinePrintable) {