From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re: A simpler remember architecture Date: Tue, 06 Oct 2009 10:34:37 -0400 Message-ID: <87tyycd20y.fsf@gollum.intra.norang.ca> References: <20524da70909291348m6e1a6611ve01d6dac2faca93c@mail.gmail.com> <2647742D-5A30-4F33-8FDF-E5203B2E0246@gmail.com> <4AC472F7.4020208@online.de> <87r5tnyn18.fsf@gollum.intra.norang.ca> <871vlgep0m.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 1MvB7v-0005Uv-8X for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 10:34:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvB7r-0005Qz-Jv for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 10:34:54 -0400 Received: from [199.232.76.173] (port=57588 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvB7r-0005QY-4H for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 10:34:51 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:64440) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MvB7q-0001pJ-I6 for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 10:34:50 -0400 In-Reply-To: (Daniel Clemente's message of "Tue\, 6 Oct 2009 16\:33\:08 +0200") 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: Daniel Clemente Cc: Rainer Stengele , org-mode , Carsten Dominik Daniel Clemente writes: >> >> To cater more to the OP's needs, consider using a special tag for such >> common tasks, like :COMMON: >> >> The create a special agenda view hat just shows this tag. > > > This is a very nice solution. I thought of the agenda view as a way > to view your agenda, but now I see that it can actually serve as a > generic task dispatcher. > > There are also common files and directories which I often want to > open. I will write them as links inside a :COMMON: task, and this will > be the generic Emacs dispatcher I was looking for. If it's a single link in a headline then you can C-c C-o on the headline and it immediately visits the link. HTH, Bernt