Fix `org-babel-result-end' command to provide consistent result removal where result...
commitc82ca2f19aada8c7aeae6a2a98a54df9741a620b
authorMartyn Jago <martyn.jago@btinternet.com>
Tue, 24 Jan 2012 16:12:29 +0000 (24 16:12 +0000)
committerEric Schulte <eric.schulte@gmx.com>
Tue, 24 Jan 2012 16:36:40 +0000 (24 09:36 -0700)
tree20bc871c102a7d0b03a150f8eb97f928a0f8aef7
parentb0eebd1ae1f147ef7922edab0ee8398ca4ed48f4
Fix `org-babel-result-end' command to provide consistent result removal where result is type `wrap'.

* lisp/ob.el:

Fix `org-babel-result-end' command to provide consistent result
removal where result is type `wrap'. Prior to this fix
multiple (org-ctrl-c-ctrl-c) commands will add multiple newlines to
the end of results (one newline per block execution).

This fixes the test `test-ob/org-babel-remove-result--results-wrap'

* testing/lisp/test-ob.el:

Uncomment test since it now passes.
lisp/ob.el
testing/lisp/test-ob.el