emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Checklist navigation
@ 2012-12-20 18:07 Dave Abrahams
  2012-12-20 18:18 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Abrahams @ 2012-12-20 18:07 UTC (permalink / raw)
  To: emacs-orgmode


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?

-- 
Dave Abrahams
BoostPro Computing                  Software Development        Training
http://www.boostpro.com             Clang/LLVM/EDG Compilers  C++  Boost

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

* Re: Checklist navigation
  2012-12-20 18:07 Checklist navigation Dave Abrahams
@ 2012-12-20 18:18 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-12-20 18:18 UTC (permalink / raw)
  To: Dave Abrahams; +Cc: emacs-orgmode

Hi Dave,

Dave Abrahams <dave@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

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

end of thread, other threads:[~2012-12-20 18:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-20 18:07 Checklist navigation Dave Abrahams
2012-12-20 18:18 ` Bastien

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).