emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Why is there no org-agenda-todo-next-keyword function?


From: Nicolas Goaziou
Subject: Re: [O] Why is there no org-agenda-todo-next-keyword function?
Date: Mon, 06 Nov 2017 14:50:46 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Hello,

"Somelauw ." <address@hidden> writes:

> In an org-agenda buffer the following functions are defined and bound:
> - org-agenda-todo-nextset (C-S-left)
> - org-agenda-todo-previousset (C-S-right)
> which change between sets of todo keywords.
>
> Yet the following corresponding functions are missing:
> - org-agenda-todo-next-keyword
> - org-agenda-todo-previous-keyword
> which should (if implemented) change between individual todo keywords.
>
> That means that If I have the following setup:
>
> ```emacs-lisp
>   (setq org-todo-keywords
>         '((sequence "TODO(t)" "|" "DONE(d)")
>           (sequence "NEXT(n)" "|" "WAITING(w)")))
> ```
>
> There is no way to change a task to DONE using C-S-left and C-S-right
> bindings alone.
>
> What's the reason that these functions are missing?

This is not an answer, which would not be very useful anyways, to your
question, but have you tried `org-agenda-todo', i.e. `t' on an entry?

Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]