On 2023-06-09  09:34, Ihor Radchenko wrote:

Emacs master tracks the latest stable Org release.

OK, so I cobbled up Org main with branch emacs-29.

./src/emacs -Q

M-x org-version

Org mode version 9.7-pre (release_9.6.6-408-g9082fa @ ...)

(setq org-adapt-indentation 'headline-data)

Paste the following into a new org file, headline A being the on the
first line:

-------------------- snip --------------------
** Headline A



** Headline B



** Headline C
   :properties:
-------------------- snip --------------------

Then try TAB on lines (my humble opinion in parentheses)

2: no indent (NOK)
3: no indent (OK)
6: indent (OK)
7: indent (NOK)
11: no indent (NOK)

I could try "fixing" that, but I'm not sure what is intended an what not.

WDYT?


Reply via email to