[O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Eric S Fraga
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

Re: [O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > 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) > | custo

Re: [O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Eric Fraga
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> 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

Re: [O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Achim Gratz
Nicolas Goaziou writes: >> (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... > > I fixed it (with a temporary kludge) a few minutes ago. Could you pull > again and tell m

Re: [O] [bug] org-e-html reference to undefined org-export-coding-system

2012-05-28 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Please leave out the path element from your requires. Leave it to the > user to set up the load-path correctly. With the new Makefile, the > correct way to activate the new exporter is to simply copy or link it > into lisp/. Done. Regards, -- Nicolas Goaziou