From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard KLINDA Subject: Re: how to do this org-agenda command? Date: Sat, 07 Feb 2009 13:03:53 +0100 Message-ID: <87zlgyqwra.fsf@gmail.com> References: <87fxir55ud.fsf@gmail.com> 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 1LVlxA-0002Ez-IX for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 07:06:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVlx9-0002Bg-2z for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 07:06:32 -0500 Received: from [199.232.76.173] (port=42204 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVlx8-0002BX-QO for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 07:06:30 -0500 Received: from viefep15-int.chello.at ([62.179.121.35]:43009) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVlx8-00086q-55 for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 07:06:30 -0500 Received: from edge01.upc.biz ([192.168.13.236]) by viefep15-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20090207120620.JXGD3373.viefep15-int.chello.at@edge01.upc.biz> for ; Sat, 7 Feb 2009 13:06:20 +0100 Received: from ignotus by localhost with local (masqmail 0.2.21) id 1LVlub-3c2-00 for ; Sat, 07 Feb 2009 13:03:53 +0100 In-Reply-To: (Manish's message of "Sat, 7 Feb 2009 15:18:22 +0530") 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 >>>>> Regarding 'Re: how to do this org-agenda command?'; Manish adds: > --8<---------------cut here---------------start------------->8--- > (setq org-agenda-custom-commands > (quote (("r" "Richard's Daily Agenda" > ((tags-todo "PRIORITY=\"A\"" nil) > (agenda "" nil)) nil nil)))) > --8<---------------cut here---------------end--------------->8--- > It lists an "A" priority task twice if it is scheduled for > today. May be a skip condition can be added.. Thanks Manish, would it be possible to have this as a single tags-todo section? Ideally I would like to have something like this, so the most important tasks can stay visually together at the top of my daily agenda stuff: (tags-todo "PRIORITY=\"A\"|SCHEDULED=t|CLOCKED=t" nil) -- Richard