From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: RFC: interactive tag query adjustment Date: Sat, 8 Dec 2007 18:29:34 +0000 Message-ID: <20071208182934.GB15129@atlantic.linksys.moosehall> References: Reply-To: Adam Spiers 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 1J14Qm-0004kb-7x for emacs-orgmode@gnu.org; Sat, 08 Dec 2007 13:29:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J14Ql-0004kP-FT for emacs-orgmode@gnu.org; Sat, 08 Dec 2007 13:29:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J14Ql-0004kM-BN for emacs-orgmode@gnu.org; Sat, 08 Dec 2007 13:29:39 -0500 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1J14Qk-0005Du-WE for emacs-orgmode@gnu.org; Sat, 08 Dec 2007 13:29:39 -0500 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id lB8ITbZe022410 for ; Sat, 8 Dec 2007 12:29:37 -0600 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id lB8ITbjp022404 for emacs-orgmode@gnu.org; Sat, 8 Dec 2007 18:29:37 GMT Content-Disposition: inline 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: emacs-orgmode@gnu.org On Sat, Dec 08, 2007 at 09:00:01AM -0500, Christopher League wrote: > Hi, I've been using org-mode for about a year, and recently updated to > the latest release. I was happy to discover the enhanced tag query > features ("phone|email/NEXT|SOMEDAY", etc) and started rethinking my > configuration a little. > > I'd like to have an interface for interactive query adjustment. For > example, in a tags match (C-c a m, org-tags-view), I could begin with > the query "phone/NEXT" and type the keys "/h" to quickly turn it into > "phone+home/NEXT" and then ";s" to get "phone+home/NEXT|SOMEDAY", then > "=[" to clear all the tags to "/NEXT|SOMEDAY", and so on. Then, one > more keystroke to save the current query into org-agenda-custom- > commands would be icing on the cake. [snipped] > Let me know what you think! Thanks Carsten and community for all the > hard work and great ideas surrounding org-mode! The idea sounds great! though I copied your code into a buffer, did M-x eval-buffer, typed C-c a m and couldn't get any of the "electric" keys to behave any differently to normal. Not sure if I did something wrong.