From mboxrd@z Thu Jan 1 00:00:00 1970 From: Manish Subject: Re: Re: how to do this org-agenda command? Date: Sat, 7 Feb 2009 18:43:15 +0530 Message-ID: References: <87fxir55ud.fsf@gmail.com> <87zlgyqwra.fsf@gmail.com> <87vdrmque7.fsf@gmail.com> 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 1LVmzn-0004fx-Iv for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 08:13:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVmzm-0004fl-24 for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 08:13:19 -0500 Received: from [199.232.76.173] (port=40223 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVmzl-0004fi-VV for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 08:13:18 -0500 Received: from ti-out-0910.google.com ([209.85.142.184]:48536) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVmzl-0002cj-LF for emacs-orgmode@gnu.org; Sat, 07 Feb 2009 08:13:17 -0500 Received: by ti-out-0910.google.com with SMTP id j3so1199009tid.10 for ; Sat, 07 Feb 2009 05:13:16 -0800 (PST) In-Reply-To: <87vdrmque7.fsf@gmail.com> 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 KLINDA Cc: emacs-orgmode@gnu.org On Sat, Feb 7, 2009 at 6:24 PM, Richard KLINDA wrote: [...] > > >> (tags-todo "PRIORITY=\"A\"|SCHEDULED=t|CLOCKED=t" nil) > > > Obviously this is not a valid syntax (as of now) but what do you > > mean by CLOCKED=t? > > Yes it is confusing, I meant CLOCKED=t for the item that is currently > clocked in. How about switching the TODO state when you clock in to a task and adding a block to the custom agenda to inlude tasks with that state? --8<---------------cut here---------------start------------->8--- (setq org-clock-in-switch-to-state "STARTED") --8<---------------cut here---------------end--------------->8--- -- Manish