From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antti Kaihola Subject: org-open-at-point misses org headlines with statistics cookies Date: Tue, 14 Sep 2010 16:34:34 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=37508 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvVef-0003H9-80 for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 09:34:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvVed-0002RG-PC for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 09:34:37 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:44190) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvVed-0002Qd-MK for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 09:34:35 -0400 Received: by iwn33 with SMTP id 33so8885593iwn.0 for ; Tue, 14 Sep 2010 06:34:34 -0700 (PDT) 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 In an .org file, I have headlines like this: * example 1 [1/2] * example 2 [5%] org-store-link/org-insert-link creates the following markup for them: [[file:test.org::*example%201%201%202][example 1]] [[file:test.org::*example%202%205][example 2]] When I invoke org-open-at-point on those links, Emacs switches to the correct buffer but displays this in the minibuffer: No match - create this as a new heading? (y or n) If I create a non-org (e.g. .txt) file with lines which are identical to the headlines above, linking to them works correctly.