* lisp/org.el (org-delete-property-globally): Fixed a bug that left blank line in place of the property, instead of removing the line. TINYCHANGE
@@ -14594,7 +14594,7 @@ in the current file."
(org-re-property property)
nil t)
(setq cnt (1+ cnt))
- (replace-match ""))
+ (delete-region (match-beginning 0) (1+ (point-at-eol))))
(message "Property \"%s\" removed from %d entries" property cnt)))))
(defvar org-columns-current-fmt-compiled) ; defined in org-colview.el