Jelajahi Sumber

ob-core: Fix last commit

* lisp/ob-core.el (org-babel-result-end): Add missing `example-block'
  result type.
Nicolas Goaziou 7 tahun lalu
induk
melakukan
ebe9eb2423
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      lisp/ob-core.el

+ 2 - 2
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)))