I have a patch that implements this for v5.17. Carsten is willing to
accept it but I'm waiting on the layers to sign the copyright
disclaimer.
Bastien writes:
> > I'm looking for a way to *sort* (not extract, which I'm already
doing
> > with the "/" feature) by the keywords.
> Sorry for misunde
MarkS <[EMAIL PROTECTED]> writes:
> I'm looking for a way to *sort* (not extract, which I'm already doing
> with the "/" feature) by the keywords.
Sorry for misunderstanding this. To my knowledge, sorting by to-do
keyword is currently not available, but as you say, this shouldn't be
hard to impl
MarkS <[EMAIL PROTECTED]> writes:
> If there was a way to sort the view by the TODO keywords.
Yes, of course:
(setq org-agenda-custom-commands
'(("!" todo "NEXT" nil)
("r" tags "Read" nil)
("R" tags-todo "Read/NEXT" nil)))
With this setting, you have these keys:
`!' wi
MarkS <[EMAIL PROTECTED]> writes:
> Bastien altern.org> writes:
>
>> Before digging this issue further, I strongly suggest you upgrade your
>> Org-mode. It's Org 5.18 now, and there has been many changes inbetween!
>
> Ok -- that worked! Mostly.
>
> That is, the sorting works.
>
> However, when