mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-04 08:47:03 +00:00
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
Block a user