new interactive function for removing code block results
commit72817926d72cd78efbb114169d61136b8b00c73e
authorEric Schulte <schulte.eric@gmail.com>
Fri, 29 Jul 2011 16:31:56 +0000 (29 10:31 -0600)
committerEric Schulte <schulte.eric@gmail.com>
Fri, 29 Jul 2011 16:31:56 +0000 (29 10:31 -0600)
tree68682b1bb4a0fbd4d7261b9e7f485eefc83a442b
parent36974045b6001c6b7dc248881bbef3325c4e5872
new interactive function for removing code block results

* lisp/ob-keys.el (org-babel-key-bindings): Bound to C-c C-v k.

* lisp/ob.el (org-babel-map-regexp): New generic mapping macro.
  (org-babel-map-inline-src-blocks): Rewritten to use new macro.
  (org-babel-kill-results): Remove some or all results in the current
  file.

* lisp/ob-lob.el (org-babel-map-call-lines): Map over all lob call
  lines in the current file.

* doc/orgcard.tex: Document new keybinding.
doc/orgcard.tex
lisp/ob-keys.el
lisp/ob-lob.el
lisp/ob.el