[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch to change org-adapt-indentation customization documentation
From: |
Robert Pluim |
Subject: |
Re: patch to change org-adapt-indentation customization documentation |
Date: |
Wed, 18 Nov 2020 10:49:41 +0100 |
Greg Minshall <minshall@umich.edu> writes:
> Robert,
>
>> The whole point of customize is that you shouldn't have to worry about
>> what the actual lisp value is. The actual lisp value only matters if
>> you directly set the value without using customize.
>
> thanks for the response. i've included the documentation for
> org-adapt-indentation below. since the documentation talks about values
> and associated behaviors, it might be helpful to mention the values in
> the customization dialog. an alternative maybe would be to re-do the
> documentation to highlight the three customization phrases:
> ----
> "Adapt indentation for all lines"
> "Adapt indentation for headline data lines"
> "Do not adapt indentation at all"
> ----
> and not change the customization dialog?
>
Yes, I think that would be better.
> i, anyway, was very uncertain, even after several rounds, as to which
> customization option would give me the behavior i had read about in the
> documentation.
That means the docstring is probably the thing that needs adjusting.
Robert