From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ulrich J. Herter" Subject: Re: Issue with :cache yes Date: Wed, 26 Oct 2016 09:37:25 +0200 Message-ID: <1477467445.1573.2.camel@posteo.de> 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]:50167) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bzImE-0004qm-AT for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 03:37:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bzImA-0007dO-EI for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 03:37:34 -0400 Received: from mout02.posteo.de ([185.67.36.66]:47935) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1bzImA-0007d5-8P for emacs-orgmode@gnu.org; Wed, 26 Oct 2016 03:37:30 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 2311A20A98 for ; Wed, 26 Oct 2016 09:37:26 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3t3hgV4Qn3z106S for ; Wed, 26 Oct 2016 09:37:25 +0200 (CEST) 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: emacs-orgmode@gnu.org Hi, Am Mittwoch, den 26.10.2016, 05:49 +0000 schrieb Dushyant Juneja: > * New Heading > #+call: execBlk1( "newHeading" ) :cache yes Shouldn't it be #+call: execBlk1( args=3D"newHeading" ) at this point? >=20 > However, when I try to export it to ascii (C-c C-e t A), I get the > following error: >=20 > ######################################################=C2=A0=C2=A0 > org-babel-exp process sh at line 16... > mapcar: Wrong type argument: listp, "args=3D\"newHeading\"" > ######################################################=C2=A0=C2=A0 >=20 > Is there something wrong in my use-model? I am basically trying to > avoid re-evaluating code blocks during export, if I already have them > evaluated in my buffer. I cannot reproduce your issue on org release_8.3.6-1246-g359afa.dirty. May be you can try running M-x org-babel-execute-buffer before export to make sure all results are up-to-date. HTH Uli