emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] org-goto and automatic isearch


From: David Maus
Subject: Re: [Orgmode] org-goto and automatic isearch
Date: Sun, 16 Jan 2011 12:19:31 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.2 (i486-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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.... address@hidden
Email..... address@hidden

Attachment: pgpSJX6u2NLwC.pgp
Description: PGP signature


reply via email to

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