Re: [POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-05-13 Thread Ihor Radchenko
Ihor Radchenko writes: > In the attached patch, I am changing all the commands in Org mode, > including "self-insert" and "delete-backwards" to respect this option. Given positive responses, I have applied the patch onto main. Applied, patch. Closed, poll.

Re: [POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-04-23 Thread Max Nikulin
On 23/04/2024 18:47, Ihor Radchenko wrote: Max Nikulin writes: There should be a way to align tags for a specific heading even when `org-auto-align-tags' is nil. I can convert org-align-tags into a command. I would prefer to have C-u C-c C-q (`org-set-tags-command') applied just to the

Re: [POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-04-23 Thread Ihor Radchenko
Max Nikulin writes: > There should be a way to align tags for a specific heading even when > `org-auto-align-tags' is nil. > >> - (org-align-tags) >> + (when org-auto-align-tags (org-align-tags)) I can convert org-align-tags into a command. > Instead of repetitive changes I would

Re: [POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-04-18 Thread Max Nikulin
On 17/04/2024 17:21, Ihor Radchenko wrote: Or maybe should we keep the status quo with ~org-auto-align-tags~ sometimes respected and sometimes not? I am rather neutral in respect to this change. I like that tags are aligned (so I am not going to set `org-auto-align-tags' to nil), but

Re: [POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-04-17 Thread Ihor Radchenko
Samuel Wales writes: > for some reason 9.6.22 says org-auto-align-tags is set to t by default. Hmm... That's a good reason. And I need to get some sleep. The default is really t. The change is still breaking though, but only for people who customized ~org-auto-align-tags~. -- Ihor Radchenko

Re: [POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-04-17 Thread Samuel Wales
for some reason 9.6.22 says org-auto-align-tags is set to t by default. [btw, i use proportional fonts, so org-tags-column is 0.] -- The Kafka Pandemic A blog about science, health, human rights, and misopathy: https://thekafkapandemic.blogspot.com

Re: [POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-04-17 Thread Ihor Radchenko
William Denton writes: > On Wednesday, April 17th, 2024 at 06:21, Ihor Radchenko > wrote: > >> I'd like to ask you, Org mode users, whether we should flip the default >> value of ~org-auto-align-tags~ to t or leave it as nil > > I use proportional fonts for regular text (with the mixed-pitch

Re: [POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-04-17 Thread William Denton
On Wednesday, April 17th, 2024 at 06:21, Ihor Radchenko wrote: > I'd like to ask you, Org mode users, whether we should flip the default > value of ~org-auto-align-tags~ to t or leave it as nil I use proportional fonts for regular text (with the mixed-pitch package). In this situation, as

Re: [POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-04-17 Thread Gautier Ponsinet
Hello Ihor, Ihor Radchenko [2024-04-17 10:21 +]: > I'd like to ask you, Org mode users, whether we should flip the default > value of ~org-auto-align-tags~ to t or leave it as nil. I am voting for applying the change you propose and setting the default value of ~org-auto-align-tags~ to t.

[POLL] Should we enable or disable automatic tag alignment by default everywhere

2024-04-17 Thread Ihor Radchenko
Dear all, We have ~org-auto-align-tags~ option that controls whether editing commands re-align the tags. However, this option is only respected by some editing commands, like changing the headline level. Many other editing commands re-align tags unconditionally. For example, when * typing