From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: bash alias and history in code block (again) Date: Thu, 17 Apr 2014 12:30:16 +0200 Message-ID: <87ha5s45af.fsf@bzg.ath.cx> References: <20140415123446.GA20512@localhost> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WajaL-0004hC-M6 for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 06:30:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WajaG-0001Mm-7z for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 06:30:25 -0400 Received: from mail-wg0-x22e.google.com ([2a00:1450:400c:c00::22e]:52113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WajaG-0001Mc-0O for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 06:30:20 -0400 Received: by mail-wg0-f46.google.com with SMTP id b13so252644wgh.29 for ; Thu, 17 Apr 2014 03:30:19 -0700 (PDT) In-Reply-To: <20140415123446.GA20512@localhost> (OSiUX's message of "Tue, 15 Apr 2014 09:34:46 -0300") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: OSiUX Cc: Org-mode OSiUX writes: > #+BEGIN_SRC sh :cmdline "-i" :session :results output >From a quick look, this should rather be: #+BEGIN_SRC sh :cmdline -i :session session_name :results output Can you test this? -- Bastien