From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: How to tag all headlines in a region? Date: Wed, 26 Sep 2007 08:48:21 -0700 Message-ID: <64e7a5a404afe042a27982c870dde221@gmail.com> References: <3a45fc62542ad7a1cc69cc5219e191fb@science.uva.nl> <46FA11AC.6020705@diplan.de> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IaZ7m-0000d4-NO for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 11:48:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IaZ7l-0000bn-5E for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 11:48:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IaZ7l-0000bh-1M for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 11:48:29 -0400 Received: from rv-out-0910.google.com ([209.85.198.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IaZ7k-0001W1-C2 for emacs-orgmode@gnu.org; Wed, 26 Sep 2007 11:48:28 -0400 Received: by rv-out-0910.google.com with SMTP id c27so1940056rvf for ; Wed, 26 Sep 2007 08:48:26 -0700 (PDT) In-Reply-To: <46FA11AC.6020705@diplan.de> 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: Rainer Stengele Cc: emacs-orgmode@gnu.org On Sep 26, 2007, at 1:00, Rainer Stengele wrote: > Carsten Dominik schrieb: >> This will be in 5.06. >> >> - Carsten >> >> On Jul 17, 2007, at 15:15, rst wrote: >> >>> sorry if I missed that one in the manual. >>> How can I tag multiple headlines simultaneously? all in a region? >>> maybe mark them in the agenda and tag all marked? >>> >>> thx, rainer >>> >>> >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>> >>> >> >> -- >> Carsten Dominik >> Sterrenkundig Instituut "Anton Pannekoek" >> Universiteit van Amsterdam >> Kruislaan 403 >> NL-1098SJ Amsterdam >> phone: +31 20 525 7477 >> > Hello Carsten, > > 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. > > Again, how could I mark several todos (maybe create a region) and shift > the schedule date of all marked items simultaneously? This is not possible. However, you could try a keyboard macro for this kind of things. C-x ( 4 S-right C-x ) will define a keyboard macro to shift the date by 4 days into the future and then move one line down. With `C-u 1 0 C-x e' you can execute the macro 10 times..... - Carsten