emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] avoiding source block prompts


From: Charles C. Berry
Subject: [Orgmode] avoiding source block prompts
Date: Mon, 26 Jul 2010 11:28:23 -0700


I think this is a new feature or perhaps a bug, which I noticed when upgrading to version 7.01.

The newline and the two prompts '> >' in the results block below did not show up in the earlier versions I used.

If this is a 'feature', is there a clean way to change this behavior?

If this is a bug, is there a simple patch to fix it?

#+begin_src R :session :results output
### create x
x <- rnorm(1)
### now print the result
x
#+end_src

#+results:
:
: > > [1] 2.186783


What I would have liked is to have something that looks like this:

#+results:
: [1] 2.186783

Thanks,

Chuck


Charles C. Berry                            (858) 534-2098
                                            Dept of Family/Preventive Medicine
E mailto:address@hidden             UC San Diego
http://famprevmed.ucsd.edu/faculty/cberry/  La Jolla, San Diego 92093-0901





reply via email to

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