From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steve Downey Subject: ob-sh loaded from org-babel-do-load-languages is bad Date: Thu, 03 Nov 2016 01:09:21 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113e3788caa6fd05405b356a Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c26X8-0000ta-9m for emacs-orgmode@gnu.org; Wed, 02 Nov 2016 21:09:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c26X7-0007ys-Gj for emacs-orgmode@gnu.org; Wed, 02 Nov 2016 21:09:34 -0400 Received: from mail-ua0-x236.google.com ([2607:f8b0:400c:c08::236]:35289) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c26X7-0007yY-Cq for emacs-orgmode@gnu.org; Wed, 02 Nov 2016 21:09:33 -0400 Received: by mail-ua0-x236.google.com with SMTP id 12so27373334uas.2 for ; Wed, 02 Nov 2016 18:09:33 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: org mode --001a113e3788caa6fd05405b356a Content-Type: text/plain; charset=UTF-8 Moving ob-sh to ob-shell means that (org-babel-do-load-languages 'org-babel-load-languages '( (sh . t))) ;; eliding the full list will end up loading from the ob-sh shipped with emacs. And hilarity ensues. Mostly, for me, being unable to eval any src blocks at all. --001a113e3788caa6fd05405b356a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Moving ob-sh to ob-shell means that
(org-babel-do-load-= languages
'org-babel-load-languages
'( (sh . t)))
;; eli= ding the full list

will end up loading from the ob-sh shipped with e= macs. And hilarity ensues. Mostly, for me, being unable to eval any src blo= cks at all.

--001a113e3788caa6fd05405b356a--