From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Davison Subject: Re: [babel] Problem using noweb Date: Wed, 09 Feb 2011 20:27:29 +0000 Message-ID: References: <4D52B3CC.5060701@gmail.com> <87y65pf2s5.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=47010 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PnGdX-0007eX-II for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 15:27:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PnGdV-00005x-7X for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 15:27:38 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:40993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PnGdV-00005m-3R for emacs-orgmode@gnu.org; Wed, 09 Feb 2011 15:27:37 -0500 Received: by wyj26 with SMTP id 26so629775wyj.0 for ; Wed, 09 Feb 2011 12:27:35 -0800 (PST) In-Reply-To: <87y65pf2s5.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Wed, 09 Feb 2011 19:04:10 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric S Fraga Cc: emacs-orgmode@gnu.org, andy Eric S Fraga writes: > andy writes: > >> I want to take advantage of babel's noweb capabilities, but I can't seem >> to get it to work. [...] >> * Foo >> ** Bar >> #+src_name: bar >> #+begin_src R :noweb yes :session *R* >> <> >> print("I am here") >> a >> #+end_src >> >> * test-block >> #+src_name: test-block >> #+begin_src R :session *R* >> a <- c(1,2,3,4,5) >> #+end_src >> Hey Andy, I hope this didn't detain you too long, because you were basically doing nothing wrong. Except... #+srcname has no underscore in it! > I believe that you need to specify noweb on every source block, > including the one you wish to include. Nope. :) Only bar needs :noweb above. Dan > That's what I had to do, in any > case, if I remember correctly... haven't tried it on your code as my > train is pulling into the station and I have to run! ;)