From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard KLINDA Subject: Re: Re: how to do this org-agenda command? Date: Sat, 07 Feb 2009 15:26:35 +0100 Message-ID: <87r62aqq5g.fsf@gmail.com> References: <87fxir55ud.fsf@gmail.com> <87zlgyqwra.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 1LVoB8-0008V3-Pd for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 09:29:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVoB6-0008TV-Ol for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 09:29:05 -0500 Received: from [199.232.76.173] (port=45191 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVoB6-0008T7-EG for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 09:29:04 -0500 Received: from viefep15-int.chello.at ([62.179.121.35]:54553) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVoB5-0006UX-SX for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 09:29:04 -0500 Received: from edge04.upc.biz ([192.168.13.239]) by viefep15-int.chello.at (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20090207142902.ODZN3373.viefep15-int.chello.at@edge04.upc.biz> for ; Sat, 7 Feb 2009 15:29:02 +0100 Received: from ignotus by localhost with local (masqmail 0.2.21) id 1LVo8h-7oA-00 for ; Sat, 07 Feb 2009 15:26:35 +0100 In-Reply-To: (Matthew Lundin's message of "Sat, 07 Feb 2009 08:13:14 -0600") 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: [Orgmode] Re: how to do this org-agenda command?'; Matthew Lundin adds: > As Manish said, I would recommend automatically changing to a todo > state when you clock in an item. > --8<---------------cut here---------------start------------->8--- > (setq org-clock-in-switch-to-state "STARTED") > --8<---------------cut here---------------end--------------->8--- I don't really like this because I already use state for other purposes. > Then you could create a custom agenda command like the following: > --8<---------------cut here---------------start------------->8--- > (setq org-agenda-custom-commands > '(("n" "Now" tags-todo > "PRIORITY=\"A\"|SCHEDULED=\"\"|TODO=\"STARTED\""))) > --8<---------------cut here---------------end--------------->8--- Wow, that's super. I searched for "" in the documentation and came upon "7.3 Property searches", I've missed that very important part of the documentation until now. -- Richard