emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] org-babel, R, and org-babel-open-src-block-result


From: Erik Iverson
Subject: Re: [Orgmode] org-babel, R, and org-babel-open-src-block-result
Date: Tue, 11 Jan 2011 08:55:33 -0600
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 01/11/2011 04:22 AM, Leo Alekseyev wrote:
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.

From the manual:

The following results options indicate what happens with the results once they are collected.

    * silent
The results will be echoed in the minibuffer but will not be inserted into the Org-mode buffer. E.g., :results output silent.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]