emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] cleaning all the #+results from an org document


From: Sebastien Vauban
Subject: Re: [O] cleaning all the #+results from an org document
Date: Thu, 28 Jul 2011 13:41:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (windows-nt)

Hi Suvayu and Stephen,

suvayu ali wrote:
>> #+begin_src R
>> round(runif(n=5, min=0, max=1), 3)
>> #+end_src
>>
>> #+results:
>> | 0.435 |
>> | 0.884 |
>> | 0.219 |
>> | 0.748 |
>> | 0.532 |
>>
>> I'd like the results table to be deleted, but not the code chunk.
>
> If you don't want the results to be produced at all, you can always use
> the babel header option[1] :results silent.

Even slightly better: don't evaluate the code chunk at all, with option
":eval no".

Best regards,
  Seb

-- 
Sebastien Vauban




reply via email to

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