|
From: | Zack Piper |
Subject: | Re: [O] Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el |
Date: | Fri, 11 Dec 2015 12:44:33 +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) |
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") │ (add-to-list 'load-path "~/org-mode/contrib/lisp") │ (require 'org) │ │ (find-file "~/r.org") │ │ (org-html-export-as-html) ╰──── ╭────[ $ ] │ emacs -Q -l r.el ╰──── Produces: ╭──── │ Wrong number of arguments: setq, 1 ╰──── Thanks!
[Prev in Thread] | Current Thread | [Next in Thread] |