emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el


From: Zack Piper
Subject: [O] Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el
Date: Thu, 10 Dec 2015 20:26:09 +0000
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/25.0.50 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]