Jelajahi Sumber

Merge branch 'maint'

Nicolas Goaziou 7 tahun lalu
induk
melakukan
e92732efd0
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)))