From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Henderson Subject: Select a region and archive Date: Wed, 17 Oct 2012 18:17:04 +1100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TONsK-00051f-Vd for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 03:17:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TONsH-0004cs-3b for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 03:17:08 -0400 Received: from mail-oa0-f41.google.com ([209.85.219.41]:48331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TONsG-0004cm-Un for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 03:17:05 -0400 Received: by mail-oa0-f41.google.com with SMTP id k14so8393731oag.0 for ; Wed, 17 Oct 2012 00:17:04 -0700 (PDT) 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 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 Thanks.