From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Kill all items with specific tag to kill-ring. Date: Thu, 25 Apr 2013 07:48:51 -0400 Message-ID: <874neurfto.fsf@norang.ca> References: <87haivyy3h.fsf@gavenkoa.example.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37481) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVKfc-0001nu-0P for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 07:49:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVKfW-0007b2-Cn for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 07:48:59 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:22842) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVKfW-0007av-9R for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 07:48:54 -0400 In-Reply-To: (Oleksandr Gavenko's message of "Thu, 25 Apr 2013 11:06:05 +0000 (UTC)") 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: Oleksandr Gavenko Cc: emacs-orgmode@gnu.org Oleksandr Gavenko writes: >> > I want this feature in order to simplify precess of moving entries from job >> > org-file to home org-file by marking entries with tag :HOME:... Hi Oleksandr, If all you want to do is move items why not use the agenda? Mark your entries with a tag, do an agenda search for that tag, mark all entries with m and move them using bulk refile with B r Regards, Bernt