From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vikas Rawal Subject: Evaluating R source code line by line Date: Sat, 13 Dec 2014 07:56:44 +0530 Message-ID: Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzcQC-0002Ha-Jg for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 21:27:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzcQ5-0007fN-4U for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 21:27:04 -0500 Received: from mail-pa0-f50.google.com ([209.85.220.50]:49045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzcQ4-0007fF-VE for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 21:26:57 -0500 Received: by mail-pa0-f50.google.com with SMTP id bj1so8395209pad.9 for ; Fri, 12 Dec 2014 18:26:55 -0800 (PST) Received: from [192.168.1.33] ([59.176.42.82]) by mx.google.com with ESMTPSA id xo4sm2690506pbc.45.2014.12.12.18.26.54 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 12 Dec 2014 18:26:55 -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 I have an R source code blocks called with the ":results value=94 = option. I evaluate the code with C-c. When I do that, in my R session = buffer, I get to see several + + + until the final value is obtained, = and then the final value is shown, and inserted in my Org buffer. I was wondering if there is an option somewhere that will allow me to = instead see how each line in my R source code is evaluated. That is, the = R session buffer should show each line being evaluated, and then show = the final value as usual. Vikas=