emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] navigating between non-code blocks?


From: Sebastien Vauban
Subject: Re: [O] navigating between non-code blocks?
Date: Sat, 09 Feb 2013 22:15:07 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.93 (windows-nt)

Hi François,

"Sebastien Vauban" wrote:
> François Pinard wrote:
>> Bastien <address@hidden> writes:
>>> Bill White <address@hidden> 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




reply via email to

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