emacs-orgmode
[Top][All Lists]
Advanced

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

[O] remove all #+RESULTS blocks in a file?


From: Rainer M Krug
Subject: [O] remove all #+RESULTS blocks in a file?
Date: Wed, 22 Aug 2012 15:25:38 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120814 Thunderbird/15.0

Hi

I want to remove all #+RESULTS blocks in a file / section. org-babel-remove-result works nicely for a single block, but when the cursor is in a heading (e.g. in Test), only the first block is removed.

Is this a bug or a feature?

If a feature, is there a way of removing *all* #+RESULTS bocks in a file?

Thanks,

Rainer


* Test
#+begin_src sh :output both
  echo Test
#+end_src

#+RESULTS:
: Test

#+begin_src sh :output both
  echo Test
#+end_src

#+RESULTS:
: Test



--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology, 
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax :       +33 - (0)9 58 10 27 44

Fax (D):    +49 - (0)3 21 21 25 22 44

email:      address@hidden

Skype:      RMkrug



reply via email to

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