Forráskód Böngészése

Merge branch 'maint'

Nicolas Goaziou 5 éve
szülő
commit
b855acc878
1 módosított fájl, 1 hozzáadás és 2 törlés
  1. 1 2
      lisp/org-table.el

+ 1 - 2
lisp/org-table.el

@@ -2988,8 +2988,7 @@ existing formula for column %s"
 			    (user-error
 			     "Missing columns in the table.  Aborting"))))))
 	      (org-table-eval-formula nil formula t t t t)))
-	  ;; Clean up markers and internal text property.
-	  (remove-text-properties (point-min) (point-max) '(:org-untouchable t))
+	  ;; Clean up marker.
 	  (set-marker end nil)))
 	(unless noalign
 	  (when org-table-may-need-update (org-table-align))