Hi Stephen, On Thu, Jul 28, 2011 at 10:31 AM, Stephen Eglen <[email protected]> wrote: > 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. >
If you don't want the results to be produced at all, you can always use the babel header option[1] :results silent. > Stephen > > Footnotes: [1] <http://orgmode.org/manual/Specific-header-arguments.html#Specific-header-arguments> -- Suvayu Open source is the future. It sets us free. Message-ID: <[email protected]> From: Suvayu Ali <[email protected]>
