emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Stephen Eglen
Subject: [O] cleaning all the #+results from an org document
Date: Thu, 28 Jul 2011 09:31:52 +0100

Is there an easy way to delete all the #+results: blocks that have been
generated as the result of running org mode blocks?  e.g. If I have the
following chunk:

#+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.

Stephen



reply via email to

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