[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Changed indentation of property blocks?
From: |
Colin Baxter |
Subject: |
Re: [O] Changed indentation of property blocks? |
Date: |
Mon, 28 Nov 2016 10:46:14 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
On Fri, Nov 25 2016, Karl Voit wrote:
> Hi!
>
> I upgraded my Org-mode maint branch from approx. July to current.
>
> GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5)
>
> Now I noticed a different behavior when adding a new heading via Alt-RET (or
> org-insert-heading-respect-content):
>
> ** Heading with properties (old style)
> :PROPERTIES:
> :CREATED: [2016-11-25 Fri 17:52]
> :END:
>
> ** Heading with properties (current style)
> :PROPERTIES:
> :CREATED: [2016-11-25 Fri 17:52]
> :END:
>
> Is this on purpose? I find it quite unfortunate that the drawers are indented
> according to the level of their heading. I'd prefer the old style: drawers not
> indented - as the body below the heading.
>
> If it matters, I am using org-hide-leading-stars.
>
>
> Thanks for clarifying!
You could disable indentation as a local variable, viz
# Local Variables:
# eval: (setq org-adapt-indentation nil)
# End: