emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [BUG] org-babel-load-file can not compile file


From: Ihor Radchenko
Subject: Re: [BUG] org-babel-load-file can not compile file
Date: Fri, 13 May 2022 18:38:51 +0800

Max Nikulin <manikulin@gmail.com> writes:

>>> It seems, it is a regression caused by the Org commit
>>> 0193b543e9ef84bfefe76d55e330d5b1cb842cef
>>>
>>>> -    (byte-compile-file tangled-file 'load)
>>>> +    (byte-compile-file tangled-file)
>>>> +    (load tangled-file)
>> 
>> 
>> What if you substitute the load call with
>> (load (byte-compile-dest-file tangled-file))?
>
> I do not mind (of course if there is no plan to deprecate the function).

Fixed on bugfix via 4fe59b688

Best,
Ihor



reply via email to

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