[BUG] No newline at end of exported HTML file [9.6.6 (release_9.6.6 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2023-10-06 Thread YE
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.

Re: [BUG] No newline at end of exported HTML file [9.6.6 (release_9.6.6 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2023-10-08 Thread YE
> >> 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

Re: [BUG] No newline at end of exported HTML file [9.6.6 (release_9.6.6 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2023-10-11 Thread YE
> 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

[BUG] org-element--list-struct: Tab width in Org files must be 8, not 4 [9.7.11 (release_9.7.11 @ /Applications/MacPorts/Emacs.app/Contents/Resources/lisp/org/)]

2025-06-12 Thread YE
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