At Sun, 09 Jan 2011 18:13:47 +0100,
Maximilian Matthé wrote:
> 
> Hello,
> 
> today I wanted to try C-c C-j. I dont want to have automatic isearch so
> I have this in my initialization file:
> 
> ,----
> | (setq org-goto-auto-isearch nil)
> `----
> 
> But whenever I say M-x org-goto (or C-c C-j) and press n or p
> incremental search starts. I want to move via n and p to the next
> heading as described in the documentation.
> 
> I use the current git pull, emacs 23.1.1 .
> 
> Maybe it's a bug or I don't use it correctly...

`org-goto-auto-isearch' needs to be set before loading Org mode.

The keymap for org-goto-mode is set up when org.el is evaluated, thus
the `org-goto-auto-isearch' which changes the keybindings in this mode
needs to be set (or rather unset) at this time to take effect.

Best,
  -- David
-- 
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmj...@jabber.org
Email..... dm...@ictsoc.de

Attachment: pgp34YoS9f2vY.pgp
Description: PGP signature

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to