emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Why is there no org-agenda-todo-next-keyword function?
@ 2017-11-04 13:11 Somelauw .
  0 siblings, 0 replies; 4+ messages in thread
From: Somelauw . @ 2017-11-04 13:11 UTC (permalink / raw)
  To: emacs-orgmode

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.

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 for this?

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Why is there no org-agenda-todo-next-keyword function?
@ 2017-11-04 21:49 Somelauw .
  2017-11-06 13:50 ` Nicolas Goaziou
  0 siblings, 1 reply; 4+ messages in thread
From: Somelauw . @ 2017-11-04 21:49 UTC (permalink / raw)
  To: emacs-orgmode

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?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-11-06 20:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-04 13:11 Why is there no org-agenda-todo-next-keyword function? Somelauw .
  -- strict thread matches above, loose matches on Subject: below --
2017-11-04 21:49 Somelauw .
2017-11-06 13:50 ` Nicolas Goaziou
2017-11-06 20:30   ` Somelauw .

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).