the error emits the message:
debugger-eval-expression: Symbol’s value as variable is void: sh
Actually when trying to initialize 'mode variable, #'intern is called with a symbol name, whereas it expects a string. At this stage, all /cdr/ of the alist org-src-lang-modes are symbols.
Using the ipython layer from spacemacs, I'm getting errors since last update (today). One concerns ob-ipython, with this stacktrace:
the error emits the message:
debugger-eval-expression: Symbol’s value as variable is void: sh
Actually when trying to initialize
'mode
variable,#'intern
is called with a symbol name, whereas it expects a string. At this stage, all /cdr/ of the alistorg-src-lang-modes
are symbols.