From mboxrd@z Thu Jan 1 00:00:00 1970 From: stardiviner Subject: =?UTF-8?B?b3JnLXB1Ymxpc2ggcmVwb3J0IGVycm9yIGNvbmQ6IFVua25vd24g?= =?UTF-8?B?bGFuZ3VhZ2Ug4oCYc2jigJkgYXQgbGluZSAyIGluIOKAmCAqdGVtcCrigJk=?= Date: Thu, 31 May 2018 08:19:34 +0800 Message-ID: <874lio65ih.fsf@gmail.com> Reply-To: numbchild@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOBJd-0000fY-3d for emacs-orgmode@gnu.org; Wed, 30 May 2018 20:19:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fOBJY-0004Uq-L5 for emacs-orgmode@gnu.org; Wed, 30 May 2018 20:19:41 -0400 Received: from [218.75.119.140] (port=45816 helo=dark.localdomain) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fOBJY-0004TX-9l for emacs-orgmode@gnu.org; Wed, 30 May 2018 20:19:36 -0400 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 When org file use `#+begin_src sh` instead of `#+begin_src shell`. org-publ= ish report error: : cond: Unknown language =E2=80=98sh=E2=80=99 at line 2 in =E2=80=98 *temp*= =E2=80=99 I'm sure I loaded (shell . t) babel language. Here is my config: ,---- | (setq org-babel-load-languages | '((org . t) ; Org-mode | (shell . t) ; Shell Script | (calc . t) ; Calc | )) |=20 | ;;; [ ob-shell ] | (require 'ob-shell) | (add-to-list 'org-babel-load-languages '(shell . t)) | (org-babel-do-load-languages 'org-babel-load-languages org-babel-load-lan= guages) | (add-to-list 'org-babel-tangle-lang-exts '("shell" . "sh")) `---- --=20 [ stardiviner ] don't need to convince with trends. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner GPG: F09F650D7D674819892591401B5DF1C95AE89AC3 =20=20=20=20=20=20