From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Select a region and archive Date: Wed, 24 Oct 2012 16:01:29 +0200 Message-ID: <87objs2cli.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR1WM-0006Br-8u for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 10:01:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TR1WB-0004fs-U2 for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 10:01:22 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:63774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TR1WB-0004fi-I8 for emacs-orgmode@gnu.org; Wed, 24 Oct 2012 10:01:11 -0400 Received: by mail-wg0-f49.google.com with SMTP id gg4so300341wgb.30 for ; Wed, 24 Oct 2012 07:01:10 -0700 (PDT) In-Reply-To: (Chris Henderson's message of "Wed, 17 Oct 2012 18:17:04 +1100") 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: Chris Henderson Cc: emacs-orgmode@gnu.org Hi Chris, Chris Henderson writes: > I am trying to select a region and archive it. At the moment it only > archives where the cursor is. This is what I am doing: > > - select a region - ctrl- and C-e to go the end of the line. > - archive - C-c C-x C-x (setq org-loop-over-headlines-in-active-region t) Then select the region and C-c C-x C-a (or C-c $). HTH, -- Bastien