Merge branch 'maint'
This commit is contained in:
commit
6f72efd390
|
@ -6988,6 +6988,7 @@ unconditionally."
|
|||
(when (equal arg '(16)) (org-up-heading-safe))
|
||||
(org-end-of-subtree)))
|
||||
(unless (bolp) (insert "\n"))
|
||||
(unless level (backward-char))
|
||||
(unless (and blank? (org-previous-line-empty-p))
|
||||
(org-N-empty-lines-before-current (if blank? 1 0)))
|
||||
(insert stars " ")
|
||||
|
|
Loading…
Reference in New Issue