the_wurfkreuz writes:
#+begin_src conf
pid /tmp/nginx.pid;
events {}
# one two three four five six seven eight nine ten eleven twelve thirtheen
fourteen
http {
upstream application {
server 127.0.0.1:3000;
}
[...]>> http {
upstream application {
server 127.0.0.1:3000; }
the_wurfkreuz, please report a bug to developers of your mail user
agent. Indentation is lost in text/plain variant of your message during
conversion from text/html. There are still people who use text-first
mailers: terminal ones like mutt and clients running in Emacs.
On 06/11/2025 02:23, Ihor Radchenko wrote:
Sorry but I do not understand what you describe. From what I see in your
email, you are saying that there is no change at all in the indentation:
Source blocks have indentation at
<https://lists.gnu.org/archive/html/emacs-orgmode/2025-10/msg00220.html>
It seems, mhonarc, unlike public inbox, renders HTML variant of messages.
I have not tried to reproduce this specific issue. In the past I faced
unexpected behavior of indentation in source blocks, but I have not
tried to what actually happened (considering it as rather low priority
issue).