Hi Dave,

Dave Abrahams <d...@boostpro.com> 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