From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Why is there no org-agenda-todo-next-keyword function? Date: Mon, 06 Nov 2017 14:50:46 +0100 Message-ID: <87h8u7jz2h.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBhni-0004Qr-QM for emacs-orgmode@gnu.org; Mon, 06 Nov 2017 08:50:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBhnd-0000Bf-LO for emacs-orgmode@gnu.org; Mon, 06 Nov 2017 08:50:54 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:53371) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eBhnd-0000B9-FX for emacs-orgmode@gnu.org; Mon, 06 Nov 2017 08:50:49 -0500 In-Reply-To: (Somelauw .'s message of "Sat, 4 Nov 2017 22:49:56 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: "Somelauw ." Cc: emacs-orgmode@gnu.org Hello, "Somelauw ." 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