From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: helm-org-agenda-files-headings and bulk actions in agenda mode Date: Fri, 04 Aug 2017 10:28:14 +0200 Message-ID: <87k22jspnl.fsf@free.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47879) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ddXyA-0000rn-3x for emacs-orgmode@gnu.org; Fri, 04 Aug 2017 04:28:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ddXy5-0001fK-Ko for emacs-orgmode@gnu.org; Fri, 04 Aug 2017 04:28:30 -0400 Received: from [195.159.176.226] (port=42575 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ddXy5-0001dE-Dy for emacs-orgmode@gnu.org; Fri, 04 Aug 2017 04:28:25 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ddXxw-0003MD-1l for emacs-orgmode@gnu.org; Fri, 04 Aug 2017 10:28:16 +0200 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" To: emacs-orgmode@gnu.org helm-org-agenda-files-headings, used with helm-org-format-outline-path is very convenient for choosing entries when refiling one individual entry. I couldn't get it to refile *several* entries at once. I tried + marking entries with C-space in helm-org-agenda-files-headings, moving to another entry then "Refile current or marked heading to selection C-c w" with no success: it only acts on one entry + marking the entries in the agenda view with m then again helm-org-agenda-files-headings, moving to another entry then "Refile current or marked heading to selection C-c w". It doesn't use the "m" marked entries + marking the entries in the agenda view with m and choosing the refile action in Bulk mode (B-r) but this doesn't use helm-org-agenda-files-headings. In my opinion, the most convenient way would be to have the "Refile current or marked heading to selection C-c w" action from helm-org-agenda-files-headings act on the "m" marked entries in the agenda mode. Julien.