Hello,
with org from git as of a few minutes ago, I cannot load org. I get the
following backtrace when I start emacs with --debug-init:
,----
| Debugger entered--Lisp error: (void-variable org-export-coding-system)
| eval(org-export-coding-system)
| custom-initialize-reset(org-e-html-coding-system org-export-coding-system)
| custom-declare-variable(org-e-html-coding-system org-export-coding-system
"Coding system for HTML export.\nUse `org-export-coding-system' as the default
value." :group org-export-e-html :type coding-system)
| (defcustom org-e-html-coding-system org-export-coding-system "Coding system
for HTML export.\nUse `org-export-coding-system' as the default value." :group
(quote org-export-e-html) :type (quote coding-system))
| eval-buffer(#<buffer *load*<5>> nil
"/home/ucecesf/git/org-mode/contrib/lisp/org-e-html.el" nil t) ; Reading at
buffer position 9916
|
load-with-code-conversion("/home/ucecesf/git/org-mode/contrib/lisp/org-e-html.el"
"/home/ucecesf/git/org-mode/contrib/lisp/org-e-html.el" nil t)
| require(org-e-html "./org-e-html.el")
| eval-buffer(#<buffer *load*<4>> nil
"/home/ucecesf/git/org-mode/contrib/lisp/org-export.el" nil t) ; Reading at
buffer position 4791
|
load-with-code-conversion("/home/ucecesf/git/org-mode/contrib/lisp/org-export.el"
"/home/ucecesf/git/org-mode/contrib/lisp/org-export.el" nil t)
| require(org-export)
`----
If I comment out line 107
(require 'org-e-html "./org-e-html.el")
in contrib/lisp/org-export.el, I can start up properly although I
imagine exporting to html won't work with the new exporter...
Thanks,
eric
--
Org-mode version 7.8.10 (release_7.8.10-619-g540dfc @
/home/ucecesf/git/org-mode/lisp/)