From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Jan_B=F6cker?= Subject: Re: floating, non scheduled agenda items Date: Fri, 09 Apr 2010 23:37:49 +0200 Message-ID: <4BBF9E2D.1080208@jboecker.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0Ltq-0003uu-3y for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 17:38:02 -0400 Received: from [140.186.70.92] (port=56083 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0Lto-0003u1-3t for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 17:38:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0Ltm-0000Rj-Qp for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 17:37:59 -0400 Received: from mail7.worldserver.net ([217.13.200.27]:59919) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0Ltm-0000Qz-A9 for emacs-orgmode@gnu.org; Fri, 09 Apr 2010 17:37:58 -0400 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: Richard Riley Cc: emacs-orgmode@gnu.org On 09.04.2010 22:02, Richard Riley wrote: > > What would be the best way to include in my daily agenda a section of > non schedule items which are there every day until I decide to > remove them. e.g Say I have a link to "Guitar practise" which is a regularly > updated url to the page I am at? No specific date, Just something I want > to see on my daily agenda Just tag these types of items with a > special tag and include all items with that tag into the daily agenda? > Possible easily? > Exactly. You can create a custom agenda view that lists all TODO items with a specific tag in addition to the normal agenda view. See (info "(org) Custom Agenda Views") for details. There is a nice customize interface for custom agenda views, accessible with C-c a C. HTH, Jan