From e8d3c7eef39b5738bb8b01c213cdb1345c1faae4 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Mon, 23 Sep 2013 17:43:01 -0400 Subject: [PATCH] Skip the line of bells that is output when there are errors in .emacs file. --- org-mode-appt-check.plx | 1 + 1 file changed, 1 insertion(+) diff --git a/org-mode-appt-check.plx b/org-mode-appt-check.plx index 92a65ce..58242ee 100755 --- a/org-mode-appt-check.plx +++ b/org-mode-appt-check.plx @@ -44,6 +44,7 @@ my $dayLine = ""; my $prettyDayLine; while (my $line = ) { + next if ($line =~ /^\a/); # Skip line of bells my $thisLinePrintable; chomp $line; if ($line =~ /^\S+/) {