From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: re-marking agenda entries Date: Thu, 03 Feb 2011 20:05:48 +0100 Message-ID: <87wrlhos4z.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=60763 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Pl4VA-0001uu-Dp for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 14:05:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Pl4V1-00004z-WD for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 14:05:49 -0500 Received: from mail-ww0-f41.google.com ([74.125.82.41]:52040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Pl4V1-0008WQ-Oj for emacs-orgmode@gnu.org; Thu, 03 Feb 2011 14:05:47 -0500 Received: by wwi18 with SMTP id 18so7513006wwi.0 for ; Thu, 03 Feb 2011 11:05:46 -0800 (PST) In-Reply-To: (Jean-Marie Gaillourdet's message of "Fri, 17 Dec 2010 10:07:52 +0100") 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: Jean-Marie Gaillourdet Cc: emacs-orgmode@gnu.org Hi Jean-Marie, Jean-Marie Gaillourdet writes: > I've got the following question, which I couldn't answer by studying the > manual and the web. How can I mark the same entries again, after I've > performed a bulk action in the agenda? > > Again more clearly: Suppose I've marked several entries in the agenda by > pressing m on each. Then, I've performed one bulk action by pressing B > and e.g. +. Then all marked entries become unmarked again. But, then I'd > like to perform another bulk action on the same set of agenda > entries. Is there any way to recover or store a set of marks? There is no way to do this right now. But I just implemented a new command `org-agenda-bulk-mark-regexp' which lets you mark all entries matching a regexp. This is bound to % in the agenda view. Let me know if you find this useful. Thanks, -- Bastien