From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: org-agenda-follow-link does not work with id links Date: Tue, 16 Feb 2010 09:42:07 -0500 Message-ID: <87pr45fdj4.fsf@fastmail.fm> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NhOcY-0006Gr-FL for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 09:41:50 -0500 Received: from [140.186.70.92] (port=53584 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NhOcX-0006G9-Mw for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 09:41:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NhOcX-0004l1-3e for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 09:41:49 -0500 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:45071) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NhOcX-0004kq-0S for emacs-orgmode@gnu.org; Tue, 16 Feb 2010 09:41:49 -0500 Received: from compute1.internal (compute1 [10.202.2.41]) by gateway1.messagingengine.com (Postfix) with ESMTP id 31BF9E1287 for ; Tue, 16 Feb 2010 09:41:47 -0500 (EST) Received: from archdesk (adsl-99-181-146-94.dsl.klmzmi.sbcglobal.net [99.181.146.94]) by mail.messagingengine.com (Postfix) with ESMTPSA id 9B7564A7257 for ; Tue, 16 Feb 2010 09:41:46 -0500 (EST) 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: Org Mode 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