From mboxrd@z Thu Jan 1 00:00:00 1970 From: cezar Subject: Re: category link idea Date: Wed, 13 Feb 2008 23:03:07 -0800 Message-ID: <87odakc95g.fsf@mixandgo.ro> References: <87d4r07aj0.fsf@mixandgo.ro> <874pccxwdp.fsf@gollum.intra.norang.ca> 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 1JPY7y-0005Dz-2Z for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 02:03:26 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPY7w-0005Cb-Hr for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 02:03:25 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPY7w-0005CV-F1 for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 02:03:24 -0500 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JPY7w-000569-5G for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 02:03:24 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JPY7p-0003nG-Jw for emacs-orgmode@gnu.org; Thu, 14 Feb 2008 07:03:17 +0000 Received: from c-76-21-40-194.hsd1.ca.comcast.net ([76.21.40.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2008 07:03:17 +0000 Received: from cezar by c-76-21-40-194.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Feb 2008 07:03:17 +0000 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: emacs-orgmode@gnu.org Bernt Hansen writes: > cezar writes: > >> I was browsing my agenda buffer and I got hit by this idea: is it >> possible to have the categories linked ? >> >> For example I have this MyRailsProject in my agenda buffer and >> clicking the MyRailsProject: part should open up dired pointed at >> ~/MyRailsProject which could be pretty handy, instead of firing up >> dired and browsing to that folder. > > Just add a [[file:~/MyRailsProject]] link to your MyRailsProject agenda > task and then C-c C-o on the link to open the dired directory in another > window. > 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) Regards, Cezar