From mboxrd@z Thu Jan 1 00:00:00 1970 From: aditya siram Subject: Re: [Babel] Error Expanding Noweb Source Blocks Date: Sat, 9 Jul 2011 12:49:20 -0500 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:52159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfbec-0008C6-Qu for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 13:49:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qfbeb-0006Lw-L7 for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 13:49:22 -0400 Received: from mail-ww0-f49.google.com ([74.125.82.49]:61513) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qfbeb-0006Ls-DA for emacs-orgmode@gnu.org; Sat, 09 Jul 2011 13:49:21 -0400 Received: by wwf22 with SMTP id 22so2263499wwf.30 for ; Sat, 09 Jul 2011 10:49:20 -0700 (PDT) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Ok, I'm a fool, nothing to see here :). I was mistakenly calling "org-babel-exp-src-block" instead of "org-babel-expand-src-block". -deech On Sat, Jul 9, 2011 at 11:19 AM, aditya siram wrote: > Hi all, > I recently tried to insert noweb-style chunks in my source and when I > try to expand the source block I am getting an error. Example breaking > code and the error are posted to http://hpaste.org/48874. The error, > however had a bunch of unprintable characters so I include the message > below with those characters elided: > > call-interactively: Wrong number of arguments: #[(body &rest headers) > "..." [noninteractive info lang raw-params hash lang-headers message > "org-babel-exp processing..." 0 org-babel-get-src-block-info ...] 9 > ("/home/deech/EmacsConfig/org-mode/lisp/ob-exp.elc" . 2259) nil], 0 > > > Thanks for your help. > -deech >