From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Clemente Subject: Re: Re: A simpler remember architecture Date: Tue, 6 Oct 2009 16:33:08 +0200 Message-ID: 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=ISO-8859-1 Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvB6J-0003nl-Ff for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 10:33:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvB6E-0003im-HX for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 10:33:14 -0400 Received: from [199.232.76.173] (port=57506 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvB6E-0003iY-C6 for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 10:33:10 -0400 Received: from mail-ew0-f223.google.com ([209.85.219.223]:38184) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MvB6E-0001Rh-27 for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 10:33:10 -0400 Received: by ewy23 with SMTP id 23so4247819ewy.2 for ; Tue, 06 Oct 2009 07:33:08 -0700 (PDT) In-Reply-To: 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: Carsten Dominik Cc: Bernt Hansen , Rainer Stengele , org-mode > > 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. Thanks -- Daniel