From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: how to reverse a region of outline items Date: Fri, 08 Oct 2010 15:12:54 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=35636 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P4CuY-00070T-VQ for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 09:23:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P4Cky-0004JL-Ow for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 09:13:05 -0400 Received: from lo.gmane.org ([80.91.229.12]:38455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P4Cky-0004J5-I8 for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 09:13:04 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P4Ckw-0004la-Uu for emacs-orgmode@gnu.org; Fri, 08 Oct 2010 15:13:02 +0200 Received: from 212.34.176.74 ([212.34.176.74]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2010 15:13:02 +0200 Received: from rainer.stengele by 212.34.176.74 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 08 Oct 2010 15:13:02 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org hi all! I have a region of outline items with subitems like - A * text below A * ... - B * text below B - C - D * text below D ... - E - .. I want to reverse the list to: - .. - E - D * text below D ... - C - B * text below B - A * text below A * ... without loosing the connection to the subitems, therefore the "reverse-region" command will not work. Has anybody an idea? Rainer