From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: "Lisp error: (void-variable org-babel-tangle-lang-exts)" when loading languages at startup Date: Mon, 25 Mar 2013 06:54:02 +0100 Message-ID: <87fvzkkosl.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK0MC-0005Dq-D2 for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 01:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UK0MA-0004iC-5y for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 01:54:08 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:49371) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UK0M9-0004hx-Vi for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 01:54:06 -0400 Received: by mail-wi0-f179.google.com with SMTP id hn17so3538969wib.12 for ; Sun, 24 Mar 2013 22:54:04 -0700 (PDT) In-Reply-To: (Trevor Murphy's message of "Sun, 24 Mar 2013 20:41:17 -0400") 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: Trevor Murphy Cc: emacs-orgmode@gnu.org Hi Trevor, Trevor Murphy writes: > To produce the error, I start a fresh instance with emacs -Q, then > run the following: > > (add-to-list 'load-path "/home/trevor/.emacs.d/elpa/org-20130318/") (package-initialize) early in your .emacs should be enough to set the load-paths correctly and to load Org from ELPA. > (setq org-babel-load-languages '((python . t))) ; also works with > latex, C, ruby, at which point I got bored > (require 'org) Please try the above and let us know. Thanks, -- Bastien