From 11f444fd15ece493d181c74cfe5079c3651cb900 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 27 Aug 2013 19:26:03 -0400 Subject: [PATCH] Allow more flexible spacing. --- org-mode-appt-check.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {