Add support for weekly PDF calendars with "-p+n" Remind option.

This commit is contained in:
Dianne Skoll
2024-12-24 13:07:45 -05:00
parent 3e981fd8be
commit 800a4b15b2
8 changed files with 370 additions and 50 deletions

View File

@@ -303,6 +303,10 @@ sub parse_input
my $found_data = 0;
while(<STDIN>) {
chomp;
if ($_ eq '[') {
print STDERR "rem2html: It appears that you have invoked Remind with the -ppp option.\n Please use either -p or -pp, but not -ppp.\n";
return 0;
}
if (/# translations/) {
slurp_translations();
next;