From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleksandr Gavenko Subject: Kill all items with specific tag to kill-ring. Date: Thu, 25 Apr 2013 08:32:18 +0300 Message-ID: <87haivyy3h.fsf@gavenkoa.example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:42043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVEpl-0007lY-LQ for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 01:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UVEpj-0005Nw-Ul for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 01:35:05 -0400 Received: from plane.gmane.org ([80.91.229.3]:45105) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UVEpj-0005LC-PB for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 01:35:03 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UVEpi-0008Ej-Tw for emacs-orgmode@gnu.org; Thu, 25 Apr 2013 07:35:02 +0200 Received: from 5.248.35.167 ([5.248.35.167]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Apr 2013 07:35:02 +0200 Received: from gavenkoa by 5.248.35.167 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 25 Apr 2013 07:35:02 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org I use tags only on top level items in org-file. And want move all items marked by specific tag to different org-file. I expect that this command kill items with selected tag to kill-ring in one step (so single undo command return original buffer content). Seems there are no such command build-in command... -- Best regards!