emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [BUG] Loading ob-shell fails with lexical binding


From: Kyle Meyer
Subject: Re: [O] [BUG] Loading ob-shell fails with lexical binding
Date: Mon, 20 Jun 2016 14:00:45 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.94 (gnu/linux)

Charles Millar <address@hidden> writes:

> Hi,
>
>
> On 06/20/2016 11:56 AM, Kyle Meyer wrote:
>> Hello,
>>
>> After moving ob-shell.el over to lexical binding (2108f0c), emacs -Q
>> with "(require 'ob-shell)" reports
>>
>>      Debugger entered--Lisp error: (wrong-type-argument sequencep function)
>>        concat("org-babel-execute:" function)
>>        (intern (concat "org-babel-execute:" name))
>>      [...]
>>
>> It seems to be the :initialize value of org-babel-shell-names that is
>> problematic.
>>
>>
> This morning in order to load my init file I had to comment out (shell
> . t) in org-babel-load-languages

Yep, org-babel-load-languages will end up processing (shell . t) to
(require 'ob-shell), so this is the same underlying issue.

--
Kyle



reply via email to

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