From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Kill all items with specific tag to kill-ring. Date: Wed, 1 May 2013 22:51:24 +0200 Message-ID: References: <87haivyy3h.fsf@gavenkoa.example.com> <874neurfto.fsf@norang.ca> <87d2tduumn.fsf@gavenkoa.example.com> Mime-Version: 1.0 (Mac OS X Mail 6.3 \(1503\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXdzk-0006tg-NS for emacs-orgmode@gnu.org; Wed, 01 May 2013 16:51:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UXdza-0007it-Cg for emacs-orgmode@gnu.org; Wed, 01 May 2013 16:51:20 -0400 Received: from mail-wg0-x233.google.com ([2a00:1450:400c:c00::233]:48780) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UXdza-0007ie-3h for emacs-orgmode@gnu.org; Wed, 01 May 2013 16:51:10 -0400 Received: by mail-wg0-f51.google.com with SMTP id b12so1675777wgh.18 for ; Wed, 01 May 2013 13:51:09 -0700 (PDT) In-Reply-To: <87d2tduumn.fsf@gavenkoa.example.com> 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 On 29.4.2013, at 19:14, Oleksandr Gavenko wrote: > On 2013-04-25, Bernt Hansen wrote: >=20 >> Oleksandr Gavenko writes: >>=20 >>>>> 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:... >>=20 >> 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 >>=20 > Great! I don't often use agenda so don't know about this feature. >=20 > How can I select specific buffer/file (and only this buffer) for > displaying/processing in agenda? You call the agenda from that buffer and press "1" or "<" once after `C-c a' and before the agenda command key, for example C-c a < m for a match view. - Carsten=