Skip the line of bells that is output when there are errors in .emacs file.

This commit is contained in:
Bradley M. Kuhn 2013-09-23 17:43:01 -04:00
parent 57dc803087
commit e8d3c7eef3

View file

@ -44,6 +44,7 @@ my $dayLine = "";
my $prettyDayLine;
while (my $line = <ORG_MODE_AGENDA>) {
next if ($line =~ /^\a/); # Skip line of bells
my $thisLinePrintable;
chomp $line;
if ($line =~ /^\S+/) {