emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [BUG] Cannot open load file: ob-sh


From: Thorsten Jolitz
Subject: [O] [BUG] Cannot open load file: ob-sh
Date: Tue, 21 Jan 2014 14:35:03 +0100
User-agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux)

Hi List, 

I just updated Org and - with (sh . t) in my Org Babel language list -
get the following error:

,-----------------------------
| Cannot open load file: ob-sh
`-----------------------------

It seems that 'lang' is "sh" in the load function 

,--------------------------------------------------------------
| (defun org-babel-do-load-languages (sym value)
|   "Load the languages defined in `org-babel-load-languages'."
|    [...]
|   (require (intern (concat "ob-" lang)
|   [...]
`--------------------------------------------------------------


but the files have been renamed to ob-shell instead of ob-sh:

  ,--------------------------------------------------------
  | -rw-r--r-- 1 tj users   9399 21. Jan 02:48 ob-shell.el
  | -rw-r--r-- 1 tj users   9223 21. Jan 02:48 ob-shell.elc
  `--------------------------------------------------------

-- 
cheers,
Thorsten





reply via email to

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