From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [bug] org-e-html reference to undefined org-export-coding-system Date: Mon, 28 May 2012 10:32:56 +0200 Message-ID: <8762bg66yv.fsf@gmail.com> References: <87d35opwwl.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:53511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYvQo-0002B9-PA for emacs-orgmode@gnu.org; Mon, 28 May 2012 04:36:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYvQi-0006WT-F9 for emacs-orgmode@gnu.org; Mon, 28 May 2012 04:36:02 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:48077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYvQi-0006Vj-3B for emacs-orgmode@gnu.org; Mon, 28 May 2012 04:35:56 -0400 Received: by wefh52 with SMTP id h52so2301927wef.0 for ; Mon, 28 May 2012 01:35:53 -0700 (PDT) In-Reply-To: <87d35opwwl.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Mon, 28 May 2012 17:20:02 +0930") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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) > | 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(#> 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(#> 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... I fixed it (with a temporary kludge) a few minutes ago. Could you pull again and tell me if it's ok? Regards, -- Nicolas Goaziou