From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Maus Subject: Re: org-goto and automatic isearch Date: Sun, 16 Jan 2011 12:19:31 +0100 Message-ID: <87pqrxumd8.wl%dmaus@ictsoc.de> References: <87d3o680fo.fsf@googlemail.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/mixed; boundary="===============0960238695==" Return-path: Received: from [140.186.70.92] (port=58790 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PeQfW-0007k6-VQ for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 06:21:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PeQfV-0002v1-OT for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 06:21:10 -0500 Received: from mailout110.xlhost.de ([213.202.242.110]:55361 helo=mysql1.xlhost.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PeQfV-0002um-El for emacs-orgmode@gnu.org; Sun, 16 Jan 2011 06:21:09 -0500 In-Reply-To: <87d3o680fo.fsf@googlemail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Maximilian =?UTF-8?B?TWF0dGjDqQ==?= Cc: emacs-orgmode@gnu.org --===============0960238695== Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Sun_Jan_16_12:19:31_2011-1"; micalg=pgp-sha256; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit --pgp-sign-Multipart_Sun_Jan_16_12:19:31_2011-1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable At Sun, 09 Jan 2011 18:13:47 +0100, Maximilian Matth=C3=A9 wrote: >=20 > Hello, >=20 > today I wanted to try C-c C-j. I dont want to have automatic isearch so > I have this in my initialization file: >=20 > ,---- > | (setq org-goto-auto-isearch nil) > `---- >=20 > 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. >=20 > I use the current git pull, emacs 23.1.1 . >=20 > 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 --=20 OpenPGP... 0x99ADB83B5A4478E6 Jabber.... dmjena@jabber.org Email..... dmaus@ictsoc.de --pgp-sign-Multipart_Sun_Jan_16_12:19:31_2011-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iF4EAREIAAYFAk0y1EMACgkQma24O1pEeOYYmQD8DktiwrZ6a8v+09vP0YTlr5hN g4pde84GBgg58Sc+lb0A/iEDiLWSRTw9wVv/oTnwpxLjwxeAerPPEqSvz9u7X/RE =qIaI -----END PGP SIGNATURE----- --pgp-sign-Multipart_Sun_Jan_16_12:19:31_2011-1-- --===============0960238695== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0960238695==--