From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Berry Subject: navigation broken - occur, org-babel-goto-named-src-block, etc fail Date: Sat, 14 Jun 2014 21:35:30 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvvc7-0000uf-Iv for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 17:35:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wvvc0-0005rn-3u for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 17:35:51 -0400 Received: from plane.gmane.org ([80.91.229.3]:43012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wvvbz-0005rj-TF for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 17:35:44 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Wvvby-0004ZR-I1 for emacs-orgmode@gnu.org; Sat, 14 Jun 2014 23:35:42 +0200 Received: from 137.110.38.64 ([137.110.38.64]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Jun 2014 23:35:42 +0200 Received: from ccberry by 137.110.38.64 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Jun 2014 23:35:42 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Start with emacs -q, then load today's org-mode. Execute the source block in this file: === start of file #+NAME: AAA #+BEGIN_SRC x #+END_SRC #+BEGIN_SRC emacs-lisp :results raw output (let ((i ?a)) (while (< i ?z) (princ (format "* %s\n\n\n#+NAME: %s\n\n" (char-to-string i) (char-to-string i))) (setq i (1+ i)))) #+END_SRC #+NAME: BBB #+BEGIN_SRC x #+END_SRC === end of file Now try C-c C-v g AAA RET C-c C-v g BBB RET C-c C-v n or M-x occur RET \+name RET then try to click on each of the matches in the *Occur* buffer. The first few work, then failure set in. Seems like local moves of a few lines work, but longer jumps fail. I've tried using edebug on org-reveal. When I step through by pressing 'n', occur works fine. When I skip stepping by pressing 'c', it often fails. What gives? Chuck p.s. Org-mode version 8.2.7 (release_8.2.7-1096-g23496c [...] GNU Emacs 24.3.1 [...]