From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: Bug: "Lisp error: (void-variable org-babel-tangle-lang-exts)" when loading languages at startup Date: Mon, 25 Mar 2013 10:05:06 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:40483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK3Kz-0003O7-VJ for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 05:05:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK3Kv-0007ad-DO for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 05:05:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:34827) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK3Kv-0007Zx-76 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 05:05:01 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UK3LC-0002nY-7b for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 10:05:18 +0100 Received: from p4fcf6eef.dip.t-dialin.net ([79.207.110.239]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 10:05:18 +0100 Received: from Stromeko by p4fcf6eef.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Mar 2013 10:05:18 +0100 In-Reply-To: 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 Am 25.03.2013 01:41, schrieb Trevor Murphy: > (add-to-list 'load-path "/home/trevor/.emacs.d/elpa/org-20130318/") Don't do this with Org from ELPA, I don't think it will work. Try '(package-initialize)' instead. > Seems that the defvar counts for nothing? Perhaps because it's already a > defcustom in ob-tangle.el? I don't understand emacs well enough to know, > but I will say that inserting a "(require 'ob-tangle)" anywhere before the > offending line "solves" the problem. You are missing the autoloads and the defcustom definitions because the package hasn't been initialized. Regards, -- Achim. (on the road :-)