From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: [bug] org-e-html reference to undefined org-export-coding-system Date: Mon, 28 May 2012 17:20:02 +0930 Message-ID: <87d35opwwl.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34705) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYuiU-0005It-2Y for emacs-orgmode@gnu.org; Mon, 28 May 2012 03:50:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYuiK-0005a9-PZ for emacs-orgmode@gnu.org; Mon, 28 May 2012 03:50:13 -0400 Received: from am1ehsobe002.messaging.microsoft.com ([213.199.154.205]:13680 helo=am1outboundpool.messaging.microsoft.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYuiK-0005Ss-GX for emacs-orgmode@gnu.org; Mon, 28 May 2012 03:50:04 -0400 Received: from mail20-am1 (localhost [127.0.0.1]) by mail20-am1-R.bigfish.com (Postfix) with ESMTP id A913B80214 for ; Mon, 28 May 2012 07:49:37 +0000 (UTC) Received: from AM1EHSMHS019.bigfish.com (unknown [10.3.201.243]) by mail20-am1.bigfish.com (Postfix) with ESMTP id 449BE240048 for ; Mon, 28 May 2012 07:49:36 +0000 (UTC) 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, 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... Thanks, eric -- Org-mode version 7.8.10 (release_7.8.10-619-g540dfc @ /home/ucecesf/git/org-mode/lisp/)