Hello,
I noticed that after updating to Org 9.4 many of my Python-based Org
files fail to execute with various `io.TextIOWrapper' related error
messages. The reason for this is that opening the exec tmpfile as `f'
shadows this possibly user-defined variable.
The attached patch fixes this problem
Apologies, the extreme slowdown for the regex in my setup is mostly
credited to a very long line in my org file (~100k characters). I
inserted a snippet from a log file to a quote block, without realizing
that a large base64 string was hiding at the end of one line.
The old regex could exclude t
Protesilaos Stavrou writes:
> Tried to format the patch. Please see the attached file. If it does
> not work, feel free to dismiss it and just apply the change yourself.
Looks good. Applied (23f9415c6).
Thanks.