mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-26 07:33:39 +00:00
Deleting properties: Fixed bug that left blank lines after deleting properties
* 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
This commit is contained in:
parent
f9cea3ea1e
commit
39baf67b35
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user