From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxi.Matthe@googlemail.com (Maximilian =?utf-8?Q?Matth=C3=A9?=) Subject: org-goto and automatic isearch Date: Sun, 09 Jan 2011 18:13:47 +0100 Message-ID: <87d3o680fo.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=39799 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PbyqA-0005O0-M0 for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 12:14:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pbyq8-0004yh-K0 for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 12:14:01 -0500 Received: from lo.gmane.org ([80.91.229.12]:52019) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pbyq8-0004yb-EL for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 12:14:00 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Pbyq6-0005J0-Qf for emacs-orgmode@gnu.org; Sun, 09 Jan 2011 18:13:58 +0100 Received: from g231090154.adsl.alicedsl.de ([92.231.90.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jan 2011 18:13:58 +0100 Received: from Maxi.Matthe by g231090154.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 09 Jan 2011 18:13:58 +0100 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: emacs-orgmode@gnu.org 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