emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] babel perl issue


From: Achim Gratz
Subject: Re: [O] babel perl issue
Date: Wed, 12 Dec 2012 17:54:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]