|
@@ -868,7 +868,7 @@ CONTENTS is the contents of the element."
|
|
|
(commentedp (org-element-property :commentedp headline))
|
|
|
(quotedp (org-element-property :quotedp headline))
|
|
|
(pre-blank (or (org-element-property :pre-blank headline) 0))
|
|
|
- (heading (concat (make-string level ?*)
|
|
|
+ (heading (concat (make-string (org-reduced-level level) ?*)
|
|
|
(and todo (concat " " todo))
|
|
|
(and quotedp (concat " " org-quote-string))
|
|
|
(and commentedp (concat " " org-comment-string))
|