my-org-fix-newlines - leave point on next heading

This commit is contained in:
contrapunctus 2022-05-30 04:07:49 +05:30
parent 2a62bc002a
commit 5fe8404c96
1 changed files with 2 additions and 1 deletions

View File

@ -4409,7 +4409,8 @@ preceded by another heading) and after headings."
(forward-line))
(goto-char (point-at-bol))
(when (looking-at-p "^$")
(join-line))))))
(join-line)))))
(outline-next-visible-heading 1))
#+END_SRC
*** org-html-themify