From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: noweb syntax and R Date: Fri, 26 Dec 2014 18:21:59 +0530 Message-ID: <02BA7168-D7FB-4B98-A907-D7201C858125@agrarianresearch.org> Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4UNL-0003Z6-Da for emacs-orgmode@gnu.org; Fri, 26 Dec 2014 07:52:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y4UNF-0006VR-CZ for emacs-orgmode@gnu.org; Fri, 26 Dec 2014 07:52:15 -0500 Received: from mail-pd0-f175.google.com ([209.85.192.175]:42344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y4UNF-0006TG-70 for emacs-orgmode@gnu.org; Fri, 26 Dec 2014 07:52:09 -0500 Received: by mail-pd0-f175.google.com with SMTP id g10so13067697pdj.20 for ; Fri, 26 Dec 2014 04:52:07 -0800 (PST) Received: from [192.168.1.36] ([59.176.42.82]) by mx.google.com with ESMTPSA id kp10sm28170684pdb.62.2014.12.26.04.52.06 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Dec 2014 04:52:07 -0800 (PST) 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: org-mode mailing list The examples given on the page below do not work for me. = http://orgmode.org/worg/org-contrib/babel/intro.html#meta-programming-lang= uage It seems there has been some change in the way results from one source = block are called into another (R) source code block. Vikas=