emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el
@ 2015-12-10 20:26 Zack Piper
  2015-12-11 12:44 ` Zack Piper
  0 siblings, 1 reply; 4+ messages in thread
From: Zack Piper @ 2015-12-10 20:26 UTC (permalink / raw)
  To: emacs-orgmode

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!


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-11 16:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-10 20:26 Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el Zack Piper
2015-12-11 12:44 ` Zack Piper
2015-12-11 15:27   ` Kyle Meyer
2015-12-11 16:13     ` Zack Piper

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).