Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-06-20 09:54:35 +02:00
commit 15c9e91bf3
1 changed files with 2 additions and 3 deletions

View File

@ -301,9 +301,8 @@ have `org-warning' face."
(wrap
(org-add-props
(concat line
(make-string level (if heading ?* ?\s))
(if heading " "
(make-string (+ indentation (min level 1)) ?\s)))
(if heading (concat (make-string level ?*) " ")
(make-string indentation ?\s)))
nil 'face 'org-indent)))
;; Add properties down to the next line to indent empty lines.
(add-text-properties (line-beginning-position) (line-beginning-position 2)