summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2017-11-28 23:35:44 +0100
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2017-11-28 23:35:44 +0100
commite92732efd0734e5e46ffb72107282751d779fbbf (patch)
tree962d12e9d98764a0d631be09c2c976bbf020ac38
parentc1d7b2cda3b667f75331a9b8a0a71cfb26ee8ce5 (diff)
parentebe9eb242363c0f424373bece2a275dcbf1e8749 (diff)
downloadorg-mode-e92732efd0734e5e46ffb72107282751d779fbbf.tar.gz
Merge branch 'maint'
-rw-r--r--lisp/ob-core.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 00f0fe3..1af695e 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -2464,8 +2464,8 @@ in the buffer."
(let ((element (org-element-at-point)))
(if (memq (org-element-type element)
;; Possible results types.
- '(drawer export-block fixed-width item plain-list src-block
- table))
+ '(drawer example-block export-block fixed-width item
+ plain-list src-block table))
(save-excursion
(goto-char (min (point-max) ;for narrowed buffers
(org-element-property :end element)))