From mboxrd@z Thu Jan 1 00:00:00 1970 From: Achim Gratz Subject: Re: babel perl issue Date: Wed, 12 Dec 2012 17:54:17 +0100 Message-ID: <87txrrfbye.fsf@Rainer.invalid> References: <87a9tntr29.fsf@Rainer.invalid> <87sj7fp7om.fsf@gmail.com> <87wqwrrml2.fsf@Rainer.invalid> <87zk1j1ct4.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37178) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TipZz-0008SM-Sj for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 11:54:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TipZt-0003ru-TJ for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 11:54:43 -0500 Received: from plane.gmane.org ([80.91.229.3]:54624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TipZt-0003rp-Nc for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 11:54:37 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Tipa1-0004JX-Hj for emacs-orgmode@gnu.org; Wed, 12 Dec 2012 17:54:45 +0100 Received: from pd9eb5872.dip.t-dialin.net ([217.235.88.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Dec 2012 17:54:45 +0100 Received: from Stromeko by pd9eb5872.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 12 Dec 2012 17:54:45 +0100 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 Bastien writes: > I can't reproduce this. You most likely can if you just customize org-babel-load-languages. > I have a ~/emacs.el file containing > > (org-babel-do-load-languages > 'org-babel-load-languages > '((perl . t))) > > then ~$ emacs -Q -l ~/emacs.el loads correctly and > `org-babel-load-languages' is correctly set up. That only works because it pulls in org.el first. The problem is that the Babel files can't be completely self-contained w.r.t. their dependecies as that would create circular requires and there exist multiple code paths (mainly via autoloads) that pull in different parts of Org in different order. As a basic requirement all customization variables should become available before their uses in all those cases, but this can't be ensured (at least not easily) with the current structure. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ Wavetables for the Terratec KOMPLEXER: http://Synth.Stromeko.net/Downloads.html#KomplexerWaves