From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Can't follow links with id property Date: Tue, 19 Jul 2011 14:30:03 +0000 (UTC) Message-ID: <874o2i9wgm.fsf@mean.albasani.net> References: <20110719134300.27f89254@kuru.homelinux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54981) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjBJZ-0002VU-Rj for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 10:30:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QjBJW-0004ne-Ie for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 10:30:24 -0400 Received: from lo.gmane.org ([80.91.229.12]:37881) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QjBJW-0004nU-5e for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 10:30:22 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QjBJU-0006pF-12 for emacs-orgmode@gnu.org; Tue, 19 Jul 2011 16:30:20 +0200 Received: from e178209034.adsl.alicedsl.de ([85.178.209.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jul 2011 16:30:19 +0200 Received: from gegendosenfleisch by e178209034.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Jul 2011 16:30:19 +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 Suvayu Ali writes: > I can't follow links with an ID property. I have attached a minimal > example org file. Org complains it cannot find a match and prompts to > create a new headline. Answering yes to the prompt creates a new > headline like this: > > * id:9dfdc23e-f9ce-413b-b950-fc20fd152e42 > > > Debugger entered--Lisp error: (error "No match") > signal(error ("No match")) > error("No match") > org-link-search(#("id:9dfdc23e-f9ce-413b-b950-fc20fd152e42" 0 39 (org-attr nil)) nil 119) > eval((org-link-search #("id:9dfdc23e-f9ce-413b-b950-fc20fd152e42" 0 39 (org-attr nil)) nil 119)) > byte-code("~\210\301!\207" [cmd eval] 2) > org-open-at-point(nil) > call-interactively(org-open-at-point nil nil) I can not reproduce that with your minimal example with Org-mode version 7.6 (release_7.6.120.g0b9c.dirty) on GNU Emacs 23.3.1 (i486-pc-linux-gnu, GTK+ Version 2.24.3) of 2011-04-10 on raven, modified by Debian Memnon