From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: org-agenda-follow-link does not work with id links Date: Tue, 23 Feb 2010 07:16:03 +0100 Message-ID: References: <87pr45fdj4.fsf@fastmail.fm> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NjpD6-0006ma-PX for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 02:29:36 -0500 Received: from [140.186.70.92] (port=36111 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NjpCz-0006h8-FD for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 02:29:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NjpCi-0000tC-LJ for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 02:29:27 -0500 Received: from mail-fx0-f222.google.com ([209.85.220.222]:56141) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NjpCi-0000sg-8W for emacs-orgmode@gnu.org; Tue, 23 Feb 2010 02:29:12 -0500 Received: by mail-fx0-f222.google.com with SMTP id 22so3463658fxm.26 for ; Mon, 22 Feb 2010 23:29:11 -0800 (PST) In-Reply-To: <87pr45fdj4.fsf@fastmail.fm> 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: Matt Lundin Cc: Org Mode Hi Matt, I can reproduce this bug - however, I have not found an easy fix yesterday. THis will need more time.... - Carsten On Feb 16, 2010, at 3:42 PM, Matt Lundin wrote: > When typing C-c C-o on an agenda id-style link, the cursor remains in > the agenda buffer and the link target is not displayed. I tested > this by > placing the following tree in one of my agenda files: > > --8<---------------cut here---------------start------------->8--- > * Test > :PROPERTIES: > :CATEGORY: test > :END: > ** This is a test > :PROPERTIES: > :ID: 18381b26-2146-4a7c-aa4a-5a9e419cc174 > :END: > ** [[id:18381b26-2146-4a7c-aa4a-5a9e419cc174][This is a test]] > SCHEDULED: <2010-02-16 Tue> > --8<---------------cut here---------------end--------------->8--- > > This produces the agenda view below. When I type C-c C-o on the id > link, > nothing happens. > > --8<---------------cut here---------------start------------->8--- > Day-agenda (W07): > Tuesday 16 February 2010 > test: Scheduled: [[id:18381b26-2146-4a7c-aa4a-5a9e419cc174] > [This is a test]] > --8<---------------cut here---------------end--------------->8--- > > Best, > Matt > > > _______________________________________________ > 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 - Carsten