From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cook, Malcolm" Subject: SOLVED? org-babel-tangle-lang-exts must be initialized? how to get syntax coloring? Date: Wed, 8 Sep 2010 10:16:08 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=43158 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtMNs-0004Bl-IK for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 11:16:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtMNj-0000Fp-7k for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 11:16:24 -0400 Received: from mail01.stowers.org ([12.201.176.8]:65439 helo=stowers.org) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtMNj-0000FG-21 for emacs-orgmode@gnu.org; Wed, 08 Sep 2010 11:16:15 -0400 Content-Language: en-US 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: "'emacs-orgmode@gnu.org'" 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=20 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 =20