From mboxrd@z Thu Jan 1 00:00:00 1970 From: tsd@tsdye.com (Thomas S. Dye) Subject: Re: Publishing problem on Worg due to babel intro Date: Thu, 11 Aug 2011 06:22:58 -1000 Message-ID: References: <8762m4104r.fsf@sbs.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:41800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QrY2G-0002sI-00 for emacs-orgmode@gnu.org; Thu, 11 Aug 2011 12:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QrY2D-0004ky-Ho for emacs-orgmode@gnu.org; Thu, 11 Aug 2011 12:23:07 -0400 Received: from oproxy5-pub.bluehost.com ([67.222.38.55]:43129) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1QrY2D-0004kV-5z for emacs-orgmode@gnu.org; Thu, 11 Aug 2011 12:23:05 -0400 In-Reply-To: <8762m4104r.fsf@sbs.ch> (Christian Egli's message of "Thu, 11 Aug 2011 16:41:24 +0200") 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: Christian Egli Cc: emacs-orgmode@gnu.org Christian Egli writes: > Hi all > > I enhanced the taskjuggler tutorial on worg. However the fix is not > published as there is a problem with the intro page for Babel[1] (see > also the publishing report[2]). The page also fails if I try to publish > it locally with the following error message: > > mapc: Wrong type argument: consp, nil > > I don't understand where the problem is with this page but I'd > appreciate if any of the authors (Eric, Dan, Tom) or anyone else could > look into it. > > Thanks > Christian > > Footnotes: > [1] http://orgmode.org/worg/org-contrib/babel/intro.html > [2] http://orgmode.org/worg/publishing.txt Yes, something is wrong here. Pressing C-c C-c on this line raises the error: #+call: square(x=6) If I change the square source block from: #+srcname: square(x) #+begin_src python return x*x #+end_src to: #+srcname: square(x=1) #+begin_src python return x*x #+end_src then the error goes away, but it is raised later in the export, presumably on another code block. hth, Tom -- Thomas S. Dye http://www.tsdye.com