On 07/09/2021 11:02, Vladimir Nikishkin wrote:

Basically, my bug report is roughly about the subject.
`paragraph-indent-minor-mode` is shipped with Emacs by default (just like
org), and its behaviour is very standard for a lot of languages. A one
or two spaces indentation starts a new paragraph in quite a few human
languages.

However, turning on `paragraph-indent-minor-mode` seemingly disables
org's automatic indentation to the first letter of a heading, regardless
of `org-adapt-indentation` being set.

In Org syntax namely empty line serves as paragraph separator (and two empty lines to terminate list).

As a result of exporting of Org file it should be possible to get indentation instead of vertical space to represent paragraphs, however some tuning for each format (ascii, html, latex) will be required.

Would you expect from TeX that it should accept spaces in the beginning of line just as empty line for paragraph separator? Org is a markup format as well, so source files are not necessary should follow traditions of typesetting.


Reply via email to