Hi, When I attempt to export an Org document using the HTML backend (and Org backend) I get (after the initial tangle, even a normal Org document with the word "Example" fails):
╭──── │ Wrong number of arguments: setq, 1 ╰──── So I proceed to use Edebug to find out why this is happening: Line 2718, of `lisp/ox.el' causes it. That line is ╭──── │ (letrec ((ignore) ...)) ╰──── So I tried using `M-: (letrec ((ignore)) "test"), and get the same as before. So my question is, why is this failing now? According to `magit-blame' these lines haven't been touched in a while, so I'm genuinely not sure why it does this now, and, of course, is there a fix? Thanks!