emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-goto and automatic isearch
@ 2011-01-09 17:13 Maximilian Matthé
  2011-01-16 11:19 ` David Maus
  0 siblings, 1 reply; 2+ messages in thread
From: Maximilian Matthé @ 2011-01-09 17:13 UTC (permalink / raw)
  To: emacs-orgmode

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...
Thanks for your help!
Max

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

* Re: org-goto and automatic isearch
  2011-01-09 17:13 org-goto and automatic isearch Maximilian Matthé
@ 2011-01-16 11:19 ` David Maus
  0 siblings, 0 replies; 2+ messages in thread
From: David Maus @ 2011-01-16 11:19 UTC (permalink / raw)
  To: Maximilian Matthé; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 940 bytes --]

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.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

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

end of thread, other threads:[~2011-01-16 11:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-09 17:13 org-goto and automatic isearch Maximilian Matthé
2011-01-16 11:19 ` David Maus

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