From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Kamm Subject: Re: org-babel-load-file support elisp Date: Mon, 03 Feb 2020 22:03:21 -0800 Message-ID: <877e12dh3q.fsf@gmail.com> References: <87tv47mq59.fsf@gnu.org> <871rrbb85a.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58796) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iyrJ4-0002bS-64 for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 01:03:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iyrJ3-0003gL-5h for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 01:03:30 -0500 Received: from mail-pf1-x430.google.com ([2607:f8b0:4864:20::430]:34798) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iyrJ2-0003Yo-FU for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 01:03:29 -0500 Received: by mail-pf1-x430.google.com with SMTP id i6so8908616pfc.1 for ; Mon, 03 Feb 2020 22:03:25 -0800 (PST) In-Reply-To: <871rrbb85a.fsf@gmail.com> 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Tim Cross , emacs-orgmode@gnu.org Tim Cross writes: > All other language specifiers comply to the pattern of source block > languages being the language major mode name without the '-mode', but > there is no elisp-mode. Sorry to be pedantic, but I think shell source blocks are another exception here. They can use various synonyms for the source language, such as "shell", "sh", or any other name in org-babel-shell-names. Also, while "shell-mode" is a major-mode, it is not the mode used by the source buffer -- it is the mode used for the interactive shell created by the `shell' command.