emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ihor Radchenko <yantar92@posteo.net>
To: Jens Schmidt <jschmidt4gnu@vodafonemail.de>
Cc: Farblos <akfkqu.9df7rp@vodafonemail.de>, emacs-orgmode@gnu.org
Subject: Re: Where does headline data end for the purpose of `org-adapt-indentation´ == ´headline-data
Date: Sun, 11 Jun 2023 10:21:35 +0000	[thread overview]
Message-ID: <875y7uti34.fsf@localhost> (raw)
In-Reply-To: <d7129804-1f42-ea2b-85e8-18ea1ee32d73@vodafonemail.de>

Jens Schmidt <jschmidt4gnu@vodafonemail.de> writes:

> (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)

This is right:

`org-adapt-indentation' docstring states

    When this variable is set to headline-data, Org only adapts the
    indentation of the data lines right below the headline, such as
    planning/clock lines and property/logbook drawers.

Blank line is not a planning/clock/line/property drawer/logbook.
So, we do not indent.

> 6: indent (OK)
> 7: indent (NOK)

This is a bug. Fixed now, on main.
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=34082ff18

The logic in `org-indent-line' did not account for blank lines after heading.

> 11: no indent (NOK)

This is also OK. ":properties:", from Org's point of view is not a
property drawer, but a paragraph (there is no closing :end: and property
values inside). So, it is not a headline data.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


  parent reply	other threads:[~2023-06-11 10:17 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-08 10:46 Where does headline data end for the purpose of `org-adapt-indentation´ == ´headline-data Farblos
2023-06-08 11:17 ` Ihor Radchenko
2023-06-08 20:09   ` Farblos
2023-06-09  7:34     ` Ihor Radchenko
2023-06-10 20:39       ` Jens Schmidt
2023-06-10 20:47         ` Farblos
2023-06-10 20:59           ` Farblos
2023-06-11 10:21         ` Ihor Radchenko [this message]
2023-06-11 10:38           ` Farblos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875y7uti34.fsf@localhost \
    --to=yantar92@posteo.net \
    --cc=akfkqu.9df7rp@vodafonemail.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=jschmidt4gnu@vodafonemail.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).