Re: [PATCH] Don't reset `org-todo-keywords-for-agenda' when org-agenda-multi

2023-03-11 Thread Ihor Radchenko
Tim Ruffing writes: > Yep, I had seen that whitespace is the issue in my initial email, but I > had not noticed that tabs are used. So here's a third attempt, sorry > for the hiccups. Thanks! Applied, onto main. I did not risk bugfix, because it is agenda, which is a mess. https://git.savannah.g

Re: [PATCH] Don't reset `org-todo-keywords-for-agenda' when org-agenda-multi

2023-03-10 Thread Tim Ruffing
Yep, I had seen that whitespace is the issue in my initial email, but I had not noticed that tabs are used. So here's a third attempt, sorry for the hiccups. Whitespace should be consistent now. :) And yes, attachments are much better, but I wasn't sure about the policy here and I have not setup g

Re: [PATCH] Don't reset `org-todo-keywords-for-agenda' when org-agenda-multi

2023-03-10 Thread Max Nikulin
On 10/03/2023 18:48, Ihor Radchenko wrote: Tim Ruffing writes: * org-agenda.el (org-prepare-agenda): Don't reset `org-todo-keywords-for-agenda' when org-agenda-multi. Unfortunately, it does not apply. - @@ lines are wrapped by mail user agent - tabs are converted to spaces https://list.or

Re: [PATCH] Don't reset `org-todo-keywords-for-agenda' when org-agenda-multi

2023-03-10 Thread Tim Ruffing
Attached with TINYCHECK. Unfortunately I don't have the time to write a test right now because I'll be traveling from tomorrow on. (You'd to wait for at least 6 weeks..) Here's a sketch for a test case: * Show an agenda with that has org-agenda-multi * In the agenda buffer, assert that org-todo

Re: [PATCH] Don't reset `org-todo-keywords-for-agenda' when org-agenda-multi

2023-03-10 Thread Ihor Radchenko
Tim Ruffing writes: > * org-agenda.el (org-prepare-agenda): Don't reset > `org-todo-keywords-for-agenda' when org-agenda-multi. > > Fixes a bug with TODO keywords that came to light in org-modern, > see https://github.com/minad/org-modern/issues/26. > > This is very similar to cd2d138883a55cad483