From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: bulk action mark persistence Date: Wed, 25 Apr 2012 00:06:35 +0200 Message-ID: <87y5pkpyxg.fsf@altern.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48104) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMnrZ-0008QU-FP for emacs-orgmode@gnu.org; Tue, 24 Apr 2012 18:05:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SMnrX-0000Qe-M8 for emacs-orgmode@gnu.org; Tue, 24 Apr 2012 18:05:33 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:36918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SMnrX-0000QX-DA for emacs-orgmode@gnu.org; Tue, 24 Apr 2012 18:05:31 -0400 Received: by werj55 with SMTP id j55so958530wer.0 for ; Tue, 24 Apr 2012 15:05:29 -0700 (PDT) In-Reply-To: (Skip Collins's message of "Tue, 6 Mar 2012 20:58:15 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Skip Collins Cc: emacs-org list Hi Skip, Skip Collins writes: > When I perform a bulk action on items in the agenda, the marked items > get unmarked after the action is completed. This is a problem if I > want to perform multiple actions on the marked entries. Here is a use > case. I use capture.org to collect actionable items throughout the > day. Occasionally I view a special "refile" agenda in which I perform > bulk actions on selected entries such as tagging them, turning them > into TODO items, and filing them into appropriate targets in other > files. It would be far more convenient if the bulk action mark > persisted after each action. You can now (from git master) set `org-agenda-persistent-marks' to `t' and marked items for bulk action will persist after the action is done. To switch this on/off on the fly, hit `p' after `B'. Thanks for this idea! -- Bastien