From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Alekseyev Subject: org-babel, R, and org-babel-open-src-block-result Date: Tue, 11 Jan 2011 05:22:47 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=55201 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcbNM-0007oL-Sv for emacs-orgmode@gnu.org; Tue, 11 Jan 2011 05:22:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcbNL-0004oW-Ak for emacs-orgmode@gnu.org; Tue, 11 Jan 2011 05:22:52 -0500 Received: from mail-fx0-f41.google.com ([209.85.161.41]:49639) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcbNL-0004lD-3K for emacs-orgmode@gnu.org; Tue, 11 Jan 2011 05:22:51 -0500 Received: by fxm12 with SMTP id 12so13216622fxm.0 for ; Tue, 11 Jan 2011 02:22:49 -0800 (PST) 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: emacs-orgmode@gnu.org I recently started using org-babel with R, and so far I think it's pretty great! I'm still getting accustomed to org-babel workflow and am playing with available options. I have a couple of questions: I noticed that C-c C-o (org-babel-open-src-block-result) always gives me an empty *Org-Babel Results* buffer, even if there's output printed to #+results section. Is this a bug? Am I doing something wrong? On a similar note, is there an option for the #+ results session to be completely suppressed?.. I can see situations where I might simply want to send the code to the inferior process and examine the results there using :results output :session, or perhaps I'm running the code just for the side effects. It would be nice if I could say e.g. :results none. Thanks and keep up the good work with org-babel! --Leo