Fix failing tests

* lisp/org.el (org--align-node-property): Fix failing tests.
This commit is contained in:
Nicolas Goaziou 2014-09-02 12:45:07 +02:00
parent f51a72c95c
commit aaa70b90ef
1 changed files with 2 additions and 3 deletions

View File

@ -22476,9 +22476,8 @@ Alignment is done according to `org-property-format', which see."
(looking-at org-property-re))
(replace-match
(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)))
(defun org-indent-line ()