From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Problem with bash arrays from list-valued org-babel :var assignments? Date: Sat, 10 Jun 2017 00:53:52 +0200 Message-ID: <87zidgzsan.fsf@nicolasgoaziou.fr> References: <1496984194.5909.4.camel@picnicpark.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47060) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dJSn2-0003tB-Ad for emacs-orgmode@gnu.org; Fri, 09 Jun 2017 18:54:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dJSmy-0000Pc-BD for emacs-orgmode@gnu.org; Fri, 09 Jun 2017 18:54:00 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:51052) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dJSmy-0000OE-5R for emacs-orgmode@gnu.org; Fri, 09 Jun 2017 18:53:56 -0400 In-Reply-To: <1496984194.5909.4.camel@picnicpark.org> (Keith Amidon's message of "Thu, 08 Jun 2017 21:56:34 -0700") 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: Keith Amidon Cc: emacs-orgmode@gnu.org Hello, Keith Amidon writes: > With current org-mode, when I try to execute the following org-babel > block: > > #+begin_src bash :var lst='(1 2 3 4 5 6 7) > printf "%s\n" "${lst[*]}" > #+end_src > > > I get result and the following error in the minibuffer: > > Wrong type argument: listp, 1 Fixed. Thank you. Regards, -- Nicolas Goaziou