Re: [feature] Consistent fixed indentation of headline data

2022-07-18 Thread Ihor Radchenko
Valentin Lab writes: >> Also, I am not sure if we really need a new custom variable. We already >> have many. What about simply allowing an integer value of >> org-adapt-indentation? >> > > Well, my guess was that the "adapt" word in `org-adapt-indentation' was > referring to adaptive (in

[PATCH] Fix bug in org-indent-region when org-adapt-indentation is set to headline-data (was: [feature] Consistent fixed indentation of headline data)

2022-07-18 Thread Ihor Radchenko
Valentin Lab writes: >>> @@ -1216,6 +1259,13 @@ >>> (org-test-with-temp-text "* H\n:PROPERTIES:\n:key:\n:END:" >>> (org-indent-region (point-min) (point-max)) >>> (buffer-string) >>> + ;; ;; Indent property drawers according to

Re: [feature] Consistent fixed indentation of headline data

2022-07-11 Thread Valentin Lab
Many thanks for your warm welcome, kind review and suggestions. I do not provide a corrective patch in this email, but it'll come soon depending on possible other remarks or follow-ups of this email. On 07/07/2022 12:41, Ihor Radchenko wrote: Valentin Lab writes: Note that we rarely change

Re: [feature] Consistent fixed indentation of headline data

2022-07-07 Thread Ihor Radchenko
Valentin Lab writes: > I'm using org-mode for a long time, and I never understood quite well > how headline data were supposed to be indented, however I was happy with > what emerged to me as the default of 2 spaces (with my emacs and > org-mode version at the time). I recently updated my old

[feature] Consistent fixed indentation of headline data

2022-07-05 Thread Valentin Lab
Hi everybody, I'm using org-mode for a long time, and I never understood quite well how headline data were supposed to be indented, however I was happy with what emerged to me as the default of 2 spaces (with my emacs and org-mode version at the time). I recently updated my old emacs to