Hi François, "Sebastien Vauban" wrote: > François Pinard wrote: >> Bastien <b...@altern.org> writes: >>> Bill White <bi...@wolfram.com> writes: >> >>> C-c C-F (`org-next-block') >>> C-c C-B (`org-previous-block') >>> >>>> And, echoing Sebastien, `F' and `B' as speed commands would be very >>>> handy. >>> >>> Of course, I just push this change. >>> Done! >> >> Within Emacs, `C-c C-f' is bound to org-next-block, while the manual, in >> the Motion node, says that `C-c C-f' is bound to org-forward-same-level. As >> for `C-c C-F' (really `C-c C-S-f'), it does not seem to be bound and fall >> back on `C-c C-f'. > > I'll test, and report.
Indeed... ╭──── C-h k C-c C-S-f │ │ C-c C-f (translated from C-c C-S-f) runs the command org-next-block, which is │ an interactive Lisp function in `org.el'. │ │ It is bound to C-c C-f. │ │ (org-next-block ARG &optional BACKWARD BLOCK-REGEXP) │ │ Jump to the next block. ╰──── and ╭──── C-h k C-c C-f │ │ C-c C-f runs the command org-next-block, which is an interactive Lisp function │ in `org.el'. │ │ It is bound to C-c C-f. │ │ (org-next-block ARG &optional BACKWARD BLOCK-REGEXP) │ │ Jump to the next block. ╰──── So, C-c C-F does work on code blocks, but for a bad reason (C-c C-f, instead). And, don't know why, but the speed key `F' is not working for me, on a freshly pulled Org: Org-mode version 7.9.3e (7.9.3e-965-g16118a @ d:/Users/fni/Public/Repositories/org-mode/lisp/) Best regards, Seb -- Sebastien Vauban