|
@@ -22476,9 +22476,8 @@ Alignment is done according to `org-property-format', which see."
|
|
(looking-at org-property-re))
|
|
(looking-at org-property-re))
|
|
(replace-match
|
|
(replace-match
|
|
(concat (match-string 4)
|
|
(concat (match-string 4)
|
|
- (if (match-string 3)
|
|
|
|
- (format org-property-format (match-string 1) (match-string 3))
|
|
|
|
- (match-string 1)))
|
|
|
|
|
|
+ (org-trim
|
|
|
|
+ (format org-property-format (match-string 1) (match-string 3))))
|
|
t t)))
|
|
t t)))
|
|
|
|
|
|
(defun org-indent-line ()
|
|
(defun org-indent-line ()
|