Re: bug with org-agenda? Doesn't list matches for last entry in #+TODO

2023-02-20 Thread Ihor Radchenko
Kevin Layer  writes:

> I don't see items for @ERRANDS when #+TODO is defined like this:
>
> #+TODO: @NOW @NEXT @WIP @PENDING @ERRANDS

The last item is considered "DONE". See 5.2.5 Setting up keywords for
individual files section of the manual.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at .
Support Org development at ,
or support my work at 



bug with org-agenda? Doesn't list matches for last entry in #+TODO

2023-02-19 Thread Kevin Layer
In the 2nd section

Global list of TODO items of type: ALL

I don't see items for @ERRANDS when #+TODO is defined like this:

#+TODO: @NOW @NEXT @WIP @PENDING @ERRANDS

but I do when it is defined like this

#+TODO: @NOW @NEXT @WIP @PENDING @ERRANDS @dummy

Additional info:

(setq org-agenda-custom-commands
  '(("n" "Agenda + TODOs" ((agenda "") (alltodo "")

display with (org-agenda nil "n").

I tried to debug it, but I got deep in the weeds and couldn't figure it out
after an hour or so.

Thanks.

Kevin