From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: How to tag all headlines in a region? Date: Wed, 26 Sep 2007 18:13:49 +0200 Message-ID: <87ps05xv42.fsf@bzg.ath.cx> References: <3a45fc62542ad7a1cc69cc5219e191fb@science.uva.nl> <46FA11AC.6020705@diplan.de> <64e7a5a404afe042a27982c870dde221@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 1IaZWP-0003sm-3L for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 12:13:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaZWN-0003sC-6I for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 12:13:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaZWN-0003s9-0K for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 12:13:55 -0400 Received: from ug-out-1314.google.com ([66.249.92.171]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaZWM-0007Ks-NL for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 12:13:54 -0400 Received: by ug-out-1314.google.com with SMTP id m4so1341400uge for ; Wed, 26 Sep 2007 09:13:53 -0700 (PDT) In-Reply-To: <64e7a5a404afe042a27982c870dde221@gmail.com> (Carsten Dominik's message of "Wed, 26 Sep 2007 08:48:21 -0700") 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 Carsten Dominik writes: >> did I miss that feature on 5.06? I also cannot find it in the docs for >> 5.09. > > This is the command `org-change-tag-in-region'. It currently has no > key, but in the agenda you can simply mark a region and press ":". I > forgot to to document this. Nice! (If I understand it correctly, it doesn't handle the { tag1 tag2 } construct for now?) A small bug: go in agenda buffer, selec the TODO state of an item with `t' then try to clear the state with SPACE. Here it bites like this: ,---- | Debugger entered--Lisp error: (wrong-type-argument sequencep none) | org-todo(nil) | org-agenda-todo(nil) | call-interactively(org-agenda-todo) `---- -- Bastien