>From 4f484ac1f9ae4adcf5551bf6e77e5545f124f11b Mon Sep 17 00:00:00 2001 From: Daniele Pizzolli Date: Fri, 30 Jan 2015 20:57:15 +0100 Subject: [PATCH 1/2] ob-core.el: add interactive to `org-babel-remove-inline-result' * lisp/ob-core.el (org-babel-remove-inline-result): Add interactive. TINYCHANGE --- lisp/ob-core.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index fcc44c1..ac9f63b 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -2324,6 +2324,7 @@ INFO may provide the values of these header arguments (in the "Remove the result of the current inline-src-block or babel call. The result must be wrapped in a `results' macro to be removed. Extraneous leading whitespace is trimmed." + (interactive) (let* ((el (org-element-context)) (post-blank (org-element-property :post-blank el))) (when (memq (org-element-type el) '(inline-src-block inline-babel-call)) -- 2.1.4