Skip the line of bells that is output when there are errors in .emacs file.
This commit is contained in:
parent
57dc803087
commit
e8d3c7eef3
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ my $dayLine = "";
|
||||||
my $prettyDayLine;
|
my $prettyDayLine;
|
||||||
|
|
||||||
while (my $line = <ORG_MODE_AGENDA>) {
|
while (my $line = <ORG_MODE_AGENDA>) {
|
||||||
|
next if ($line =~ /^\a/); # Skip line of bells
|
||||||
my $thisLinePrintable;
|
my $thisLinePrintable;
|
||||||
chomp $line;
|
chomp $line;
|
||||||
if ($line =~ /^\S+/) {
|
if ($line =~ /^\S+/) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue