emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where does headline data end for the purpose of `org-adapt-indentati


From: Jens Schmidt
Subject: Re: Where does headline data end for the purpose of `org-adapt-indentation´ == ´headline-data
Date: Sat, 10 Jun 2023 22:39:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

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

[Prev in Thread] Current Thread [Next in Thread]