emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Checklist navigation


From: Bastien
Subject: Re: [O] Checklist navigation
Date: Thu, 20 Dec 2012 19:18:26 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Dave,

Dave Abrahams <address@hidden> 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



reply via email to

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