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
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
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"
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