From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: category link idea Date: Wed, 13 Feb 2008 18:35:46 -0500 Message-ID: <874pccxwdp.fsf@gollum.intra.norang.ca> References: <87d4r07aj0.fsf@mixandgo.ro> 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 1JPR8w-0003Jg-94 for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 18:35:58 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPR8s-0003Gl-Nc for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 18:35:57 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPR8s-0003Gi-Hp for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 18:35:54 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JPR8s-0001c8-I2 for emacs-orgmode@gnu.org; Wed, 13 Feb 2008 18:35:54 -0500 In-Reply-To: <87d4r07aj0.fsf@mixandgo.ro> (cezar@mixandgo.ro's message of "Wed\, 13 Feb 2008 14\:32\:19 -0800") 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 Cc: emacs-orgmode@gnu.org 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. HTH, Bernt