I would like to suppress showing the problem file paths in hardcopies (for printing exams).
I thought placing this line in hardcopy header will work, but it does not:
$pg{specialPGEnvironmentVars}{PRINT_FILE_NAMES_PERMISSION_LEVEL} = undef;
Is it possible to place specialPGEnvironmentVars into set headers?
Alternatively: Is it possible to hide problem file paths only in hardcopy?
Right now I have to keep commenting/uncommenting the specialPGEnvironmentVars line in course.conf before/after printing exams.