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="newHeading" ) at this point? > > However, when I try to export it to ascii (C-c C-e t A), I get the > following error: > > ###################################################### > org-babel-exp process sh at line 16... > mapcar: Wrong type argument: listp, "args=\"newHeading\"" > ###################################################### > > 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