[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) |

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

2012-05-28 Thread Nicolas Goaziou
Hello, Eric S Fraga e.fr...@ucl.ac.uk 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)

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

2012-05-28 Thread Eric Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric S Fraga e.fr...@ucl.ac.uk 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

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 me if it's

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

2012-05-28 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de 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, --