From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Robert P. J. Day" Newsgroups: gmane.emacs.help Subject: how to change levels of chunks in outline mode? Date: Sat, 21 Dec 2002 12:36:34 -0500 (EST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1040493585 6463 80.91.224.249 (21 Dec 2002 17:59:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 21 Dec 2002 17:59:45 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18PnuN-0001fA-00 for ; Sat, 21 Dec 2002 18:59:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Pnuq-0006If-03 for gnu-help-gnu-emacs@m.gmane.org; Sat, 21 Dec 2002 13:00:00 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18PntT-0005aU-00 for help-gnu-emacs@gnu.org; Sat, 21 Dec 2002 12:58:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18Pnsz-0005JJ-00 for help-gnu-emacs@gnu.org; Sat, 21 Dec 2002 12:58:08 -0500 Original-Received: from tomts20.bellnexxia.net ([209.226.175.74] helo=tomts20-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18Pnsy-0005Hs-00 for help-gnu-emacs@gnu.org; Sat, 21 Dec 2002 12:58:04 -0500 Original-Received: from [192.168.1.100] ([65.93.101.113]) by tomts20-srv.bellnexxia.netESMTP <20021221175803.PPNL16986.tomts20-srv.bellnexxia.net@[192.168.1.100]> for ; Sat, 21 Dec 2002 12:58:03 -0500 X-X-Sender: rpjday@dell Original-To: GNU emacs mailing list X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:4933 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:4933 is there an easy way to shift an entire chunk of a file that i'm looking at in outline mode either up or down a level of depth? that is, if i have a number of consecutive chapters that are at level one, and i decide that they really should be all sections in a more all-encompassing chapter, can i shift all level 1 headings to level 2, the internal level 2s to level 3, and so on? rday