From 3a7beadcc2a1d9e8d7b7f520f4caa992b2b1e6c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bosch=C3=A9?= Date: Thu, 28 Mar 2019 17:25:15 +0100 Subject: [PATCH 1/2] Make org-babel-result-end work with :wrap keyword --- lisp/ob-core.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob-core.el b/lisp/ob-core.el index 7591e99ca..6f99ca6f2 100644 --- a/lisp/ob-core.el +++ b/lisp/ob-core.el @@ -2486,7 +2486,7 @@ in the buffer." (if (memq (org-element-type element) ;; Possible results types. '(drawer example-block export-block fixed-width item - plain-list src-block table)) + plain-list src-block table special-block)) (save-excursion (goto-char (min (point-max) ;for narrowed buffers (org-element-property :end element))) -- 2.21.0