From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleksandr Gavenko Subject: Re: Kill all items with specific tag to kill-ring. Date: Mon, 29 Apr 2013 20:14:24 +0300 Message-ID: <87d2tduumn.fsf@gavenkoa.example.com> References: <87haivyy3h.fsf@gavenkoa.example.com> <874neurfto.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWrey-0007p2-13 for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 13:14:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWrew-0000Mc-UB for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 13:14:39 -0400 Received: from plane.gmane.org ([80.91.229.3]:56927) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWrew-0000MS-OK for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 13:14:38 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1UWrev-0005eh-2Y for emacs-orgmode@gnu.org; Mon, 29 Apr 2013 19:14:37 +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 ; Mon, 29 Apr 2013 19:14:37 +0200 Received: from gavenkoa by 5.248.35.167 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Apr 2013 19:14:37 +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 On 2013-04-25, Bernt Hansen wrote: > 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:... > > 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 > Great! I don't often use agenda so don't know about this feature. How can I select specific buffer/file (and only this buffer) for displaying/processing in agenda? -- Best regards!