[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [BUG] org-insert-heading changed behavior with Emacs 29.2 [9.6.15 (r
From: |
gusbrs |
Subject: |
Re: [BUG] org-insert-heading changed behavior with Emacs 29.2 [9.6.15 (release_9.6.15 @ /usr/local/share/emacs/29.2/lisp/org/)] |
Date: |
Fri, 10 May 2024 07:19:52 -0300 |
Hi Ihor,
On Fri, 10 May 2024 at 06:17, Ihor Radchenko <yantar92@posteo.net> wrote:
>
> I studied the code closer, and it looks like some parts of Org mode
> already use `org-blank-before-new-entry' when deciding the blank lines
> after newly inserted list items. So, instead of introducing a new
> customization, I went with making sure that blank is inserted after new
> heading when that heading has blank lines before and there is no blank
> before the next heading.
>
> Fixed, on main.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f64c8a5a5
Thank you very much!