From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: category link idea Date: Mon, 18 Feb 2008 07:05:31 +0100 Message-ID: <38E3271A-499E-48B7-A75A-9FC5941BA478@science.uva.nl> References: <87d4r07aj0.fsf@mixandgo.ro> <874pccxwdp.fsf@gollum.intra.norang.ca> <87odakc95g.fsf@mixandgo.ro> <5067C293-BFD5-4AD3-BC85-A75B10A0FA5F@science.uva.nl> <87tzk7tifu.fsf@mixandgo.ro> Mime-Version: 1.0 (Apple Message framework v919.2) 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 1JQzvE-0006SC-Mk for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 01:56:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JQzvD-0006Ru-LX for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 01:56:16 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JQzvD-0006Rl-Gt for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 01:56:15 -0500 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JQzvD-0006eo-7q for emacs-orgmode@gnu.org; Mon, 18 Feb 2008 01:56:15 -0500 Received: by ug-out-1314.google.com with SMTP id a2so284751ugf.48 for ; Sun, 17 Feb 2008 22:56:14 -0800 (PST) In-Reply-To: <87tzk7tifu.fsf@mixandgo.ro> 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: Cezar Halmagean Cc: emacs-orgmode@gnu.org On Feb 17, 2008, at 9:51 PM, Cezar Halmagean wrote: > Carsten Dominik writes: > >> Hi Cezar, >> >> by accident, this seems to work for me already. If I click on >> the category, the file is opened. >> > > Can you describe this ? What do you mean "by accident" and what file ? > Are you using the [[][]] link format for the category name ? By accident I mean that I never intended this to work. But Org-mode activates any links in the agenda buffer, so it will also activate this one. > > >>> >>> What I meant was something more like : >>> >>> #+CATEGORY: [[/home/me/projects/MyProject][MyProject]] >>> >>> and that would make it a link but it behaves wrong, meaning that the >>> agenda view show something like: >>> >>> MyProject:Scheduled: TODO my task for the project >>> >>> with the word MyProject underlined. (notice how it joins them >>> together) >>> > > Do you get this behaviour ? ^^ Yes, I do, the highlight extends beyond the category, just because the whole line has a mouse-face property. But if you click on the category with mouse-2, the link will be followed. I am not saying that it is a nice implementation, but is does work. - Carsten