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

2015-12-11 Thread Zack Piper
On Fri, Dec 11, 2015 at 10:27:55AM -0500, Kyle Meyer wrote: > > Zack Piper writes: > > > I (think) I have a recipe to reproduce this: > > > > - Emacs 25 (emacs-25 branch from Git) > > - Org mode from latest Git (make sure that there's no ELC files from > > Emacs *24*, if it uses files from Ema

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

2015-12-11 Thread Kyle Meyer
Zack Piper writes: > I (think) I have a recipe to reproduce this: > > - Emacs 25 (emacs-25 branch from Git) > - Org mode from latest Git (make sure that there's no ELC files from > Emacs *24*, if it uses files from Emacs 24 it works fine (bug in > byte compiler?)). > > ╭[ r.el ] > │ (add

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

2015-12-11 Thread Zack Piper
I (think) I have a recipe to reproduce this: - Emacs 25 (emacs-25 branch from Git) - Org mode from latest Git (make sure that there's no ELC files from Emacs *24*, if it uses files from Emacs 24 it works fine (bug in byte compiler?)). ╭[ r.el ] │ (add-to-list 'load-path "~/org-mode/lisp"

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

2015-12-10 Thread Zack Piper
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 2