ob-core.el: inline src block removal bugfix
commit37fc8667e08bb1fbfd238de28b53bf484d67f9fb
authorCharles Berry <ccberry@ucsd.edu>
Sat, 31 Jan 2015 03:27:54 +0000 (30 19:27 -0800)
committerCharles Berry <ccberry@ucsd.edu>
Sat, 31 Jan 2015 03:27:54 +0000 (30 19:27 -0800)
tree573915d38b418ed9bef3750c12d6d8d236d0dd52
parentfe63e59faf7bf9cefc2b48cc9708d611b3f85f8f
ob-core.el: inline src block removal bugfix

* ob.core.el (org-babel-remove-inline-result): Removing an inline src
  block result removes all whitespace preceding it. The function is
  now `interactive'.

  * ob-core.el (org-babel-insert-result): The call to
  `org-babel-remove-inline-result' preceeds insertion of whitespace
  and setting location of local variable `inlinep'.

  Daniele Pizzolli reported that cleaning a buffer by evaluating
  `org-babel-remove-inline-result' can leave unwanted whitespace.  That
  bug is fixed, and the function is made `interactive'.
lisp/ob-core.el