Exporting HTML file from Org-mode, f.i. with `org-html-export-to-html',
I expect to get a newline after the closing tag, but it's not
added. I believe this used to work with previous versions of Org-mode.
Am I missing something?
Thanks.
Emacs : GNU Emacs 29.1 (build 2, aarch64-apple-darwin22.
>
>> Exporting HTML file from Org-mode, f.i. with `org-html-export-to-html',
>> I expect to get a newline after the closing tag, but it's not
>> added. I believe this used to work with previous versions of Org-mode.
>> Am I missing something?
>
> `org-html-template' never ever had a newline at the
> Bruno Barbier writes:
> The change seems to come from this commit:
>
>commit d7a55bbd537314d2776b082bd92a1a08b3edc84e
>Date: Wed Sep 28 12:07:14 2022 +0800
>org-latex-export-to-latex: Do not suppress major modes in babel
>
Thank you for finding the culprit.
> Ihor Radchenko writ
When I hit RET or C-j or M-RET at an end of a list item, intending to
insert a new list item, then the following error is shown: "Tab width in
Org files must be 8, not 4. Please adjust your ‘tab-width’ settings for
Org mode".
I rather expect a new list item to be inserted.
I do have the followi