tags-todo agenda shoud not ignore DONE items (was: tags-todo org-agenda-custom-command weirdness)

2020-09-05 Thread Bastien
Kyle Meyer writes: >> This behaviour of `tags-todo` seems inconsistent to me. If `todo` can >> find DONE items, why shouldn't `tags-todo` do the same? > > Perhaps it should. The behavior has been that way for a long time, and > the code makes it look very deliberate. That of course is not an >

Re: tags-todo org-agenda-custom-command weirdness

2020-09-05 Thread Bastien
Stig Brautaset writes: > I didn't manage to make the time, no. I still may, but if someone else > beats me to it I would certainly welcome it! I'm finding it hard to set > aside time to dig into it given I have a functioning workaround. Quite understandable, no problem. -- Bastien

Re: tags-todo org-agenda-custom-command weirdness

2020-09-05 Thread Stig Brautaset
Bastien writes: > Stig Brautaset writes: >> Thank you for looking into this. I'm going to try to come up with some >> tests for the behaviour, and with the help of your references see if I >> can get those tests to pass. > > did you manage to find the time to look into this? I didn't manage to

Re: tags-todo org-agenda-custom-command weirdness

2020-09-05 Thread Bastien
Hi Stig, Stig Brautaset writes: > Thank you for looking into this. I'm going to try to come up with some > tests for the behaviour, and with the help of your references see if I > can get those tests to pass. did you manage to find the time to look into this? This fix will potentially change

Re: tags-todo org-agenda-custom-command weirdness

2020-06-16 Thread Stig Brautaset
Kyle Meyer writes: > Stig Brautaset writes: > >> For me a2 and a4 returns the same, but a1 and a3 just returns TODO h2. >> However, I can reproduce what you're seeing by setting this: >> >> (setq org-agenda-todo-ignore-scheduled nil) > > So, provided you've configured

Re: tags-todo org-agenda-custom-command weirdness

2020-06-15 Thread Kyle Meyer
Stig Brautaset writes: > For me a2 and a4 returns the same, but a1 and a3 just returns TODO h2. > However, I can reproduce what you're seeing by setting this: > > (setq org-agenda-todo-ignore-scheduled nil) So, provided you've configured org-agenda-todo-ignore-scheduled and

Re: tags-todo org-agenda-custom-command weirdness

2020-06-15 Thread Stig Brautaset
Kyle Meyer writes: > Stig Brautaset writes: > >> I'm seeing some weirdness with tags-todo vs tags custom agenda commands. >> Below is the smallest case I've managed to narrow it down to. I would >> *expect* that all the a1-4 commands return the same results, and that >> the b1-4 return the same

Re: tags-todo org-agenda-custom-command weirdness

2020-06-14 Thread Kyle Meyer
Stig Brautaset writes: > I'm seeing some weirdness with tags-todo vs tags custom agenda commands. > Below is the smallest case I've managed to narrow it down to. I would > *expect* that all the a1-4 commands return the same results, and that > the b1-4 return the same results. That is not what

Re: tags-todo org-agenda-custom-command weirdness

2020-06-13 Thread Stig Brautaset
Stig Brautaset writes: > Hi, > > I'm seeing some weirdness with tags-todo vs tags custom agenda commands. I forgot to mention my Emacs / Org versions: - GNU Emacs 28.0.50 (build 1, x86_64-apple-darwin19.4.0, NS appkit-1894.40 Version 10.15.4 (Build 19E287)) of 2020-04-18 - Org mode version

tags-todo org-agenda-custom-command weirdness

2020-06-13 Thread Stig Brautaset
Hi, I'm seeing some weirdness with tags-todo vs tags custom agenda commands. Below is the smallest case I've managed to narrow it down to. I would *expect* that all the a1-4 commands return the same results, and that the b1-4 return the same results. That is not what I'm seeing, however.