From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Checklist navigation Date: Thu, 20 Dec 2012 19:18:26 +0100 Message-ID: <877gock2od.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60493) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlkhU-0001W8-KW for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 13:18:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TlkhQ-0000uM-TV for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 13:18:32 -0500 Received: from mail-we0-f182.google.com ([74.125.82.182]:38678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TlkhQ-0000u7-NX for emacs-orgmode@gnu.org; Thu, 20 Dec 2012 13:18:28 -0500 Received: by mail-we0-f182.google.com with SMTP id u54so1765573wey.27 for ; Thu, 20 Dec 2012 10:18:28 -0800 (PST) In-Reply-To: (Dave Abrahams's message of "Thu, 20 Dec 2012 13:07:17 -0500") 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Dave Abrahams Cc: emacs-orgmode@gnu.org Hi Dave, Dave Abrahams writes: > I have a checklist in an org item that I fill out every day. It would > be wonderful to have a simple keybinding (maybe even TAB) to jump to the > next checkbox. Does such a function already exist somewhere? There is `org-next-item' which comes close. You can bind it e.g. like this: (define-key org-mode-map "\C-c\C-xn" 'org-next-item) HTH, -- Bastien