From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: org-eldoc and shell Date: Tue, 18 Oct 2016 12:47:56 +0100 Message-ID: <87shrtri8j.fsf@gmail.com> References: 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]:59069) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bwSsI-0002UO-6H for emacs-orgmode@gnu.org; Tue, 18 Oct 2016 07:48:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bwSsF-0001MA-0V for emacs-orgmode@gnu.org; Tue, 18 Oct 2016 07:48:06 -0400 Received: from mail-lf0-x236.google.com ([2a00:1450:4010:c07::236]:35188) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bwSsE-0001Kr-Oq for emacs-orgmode@gnu.org; Tue, 18 Oct 2016 07:48:02 -0400 Received: by mail-lf0-x236.google.com with SMTP id l131so21901982lfl.2 for ; Tue, 18 Oct 2016 04:48:02 -0700 (PDT) In-Reply-To: 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: Fabrice Popineau , "emacs-orgmode@gnu.org" Hi Fabrice, shell-mode is a shell emulation mode =E2=80=93 what you get when you type M= -x shell. You should use sh (or bash, as applicable) in the header line of your src blocks. --=20 Aaron Ecay