From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Agenda clock report does not follow links via keypress Date: Mon, 2 Nov 2009 08:47:42 +0100 Message-ID: <22DF4549-B9FB-45B1-ADB6-4F17CE2641F7@gmail.com> References: <5ea706d0910301447s557f9217m4435f0d9f2a14637@mail.gmail.com> 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 1N4rdp-0004Ua-Ft for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 02:47:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4rdk-0004Sl-Qm for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 02:47:53 -0500 Received: from [199.232.76.173] (port=44079 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4rdk-0004Si-M3 for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 02:47:48 -0500 Received: from mx20.gnu.org ([199.232.41.8]:38556) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N4rdk-0007oC-3W for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 02:47:48 -0500 Received: from mail-ew0-f211.google.com ([209.85.219.211]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4rdi-0002mX-Sb for emacs-orgmode@gnu.org; Mon, 02 Nov 2009 02:47:47 -0500 Received: by ewy7 with SMTP id 7so2425090ewy.31 for ; Sun, 01 Nov 2009 23:47:45 -0800 (PST) In-Reply-To: <5ea706d0910301447s557f9217m4435f0d9f2a14637@mail.gmail.com> 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: Chris Leyon Cc: emacs org-mode mailing list Hi Chris, On Oct 30, 2009, at 10:47 PM, Chris Leyon wrote: > When I generate a clock report in the agenda, the Headline column > contains things that *look like* Org links. I can mouse-1 or mouse-2 > on them and the corresponding items pop up correctly. But if I move > point onto one of these and press Return, I am told "Command not > allowed in this line", even though org-return-follows-link is t. If I > press `C-c C-o', I get "Wrong type argument: number-or-marker-p, nil". > I am using org-version 6.32 on GNU Emacs 23.1. this should now work. For RET the cursor must be on the link, but `C- c C-o' will get you there if the cursor is anywhere in the line. - Carsten