From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: SOLVED? org-babel-tangle-lang-exts must be initialized? how to get syntax coloring? Date: Wed, 08 Sep 2010 11:35:08 -0600 Message-ID: <8762ygyw8j.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=38034 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtOYU-00022p-WB for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 13:35:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtOYS-00008l-5B for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 13:35:30 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:62724) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtOYS-00008a-2p for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 13:35:28 -0400 Received: by ywl5 with SMTP id 5so225607ywl.0 for ; Wed, 08 Sep 2010 10:35:27 -0700 (PDT) In-Reply-To: (Malcolm Cook's message of "Wed, 8 Sep 2010 10:16:08 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Cook, Malcolm" Cc: "'emacs-orgmode@gnu.org'" Hi Malcolm, I've just pushed up a change that should fix this issue. After updating from git you will have to run make clean && make to ensure that the org-install.el file is regenerated. Please let me know if the problem persists -- Eric "Cook, Malcolm" writes: > I am following up with a workaround for this old issue (from July). > > This problem persists with latest `git pull` on orgmode version 7.01 > > This minimal init file will cause it: > > (require 'org-install) > ;(require 'org) > (require 'ob-perl) > > uncomment the 2nd line, and the problem goes away. > > > Cheers, > > Malcolm Cook > Stowers Institute for Medical Research - Bioinformatics > Kansas City, Missouri USA > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode