From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Spiers Subject: Re: adding subheadings Date: Mon, 16 Jul 2007 00:42:08 +0100 Message-ID: <20070715234208.GA11524@atlantic.linksys.moosehall> References: <20070715190744.GA10139@atlantic.linksys.moosehall> Reply-To: Adam Spiers Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IADjA-0001Ex-Ep for emacs-orgmode@gnu.org; Sun, 15 Jul 2007 19:42:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IADj8-0001El-Hl for emacs-orgmode@gnu.org; Sun, 15 Jul 2007 19:42:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IADj8-0001Ei-Dn for emacs-orgmode@gnu.org; Sun, 15 Jul 2007 19:42:10 -0400 Received: from mail.beimborn.com ([70.84.38.100]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IADj8-0003ij-2w for emacs-orgmode@gnu.org; Sun, 15 Jul 2007 19:42:10 -0400 Received: from mail.beimborn.com (localhost.localdomain [127.0.0.1]) by mail.beimborn.com (8.12.11.20060308/8.12.8) with ESMTP id l6FNg9VL007488 for ; Sun, 15 Jul 2007 18:42:09 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by mail.beimborn.com (8.12.11.20060308/8.12.11/Submit) id l6FNg8Ne007480 for emacs-orgmode@gnu.org; Mon, 16 Jul 2007 00:42:08 +0100 Content-Disposition: inline In-Reply-To: <20070715190744.GA10139@atlantic.linksys.moosehall> 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 Adam Spiers (orgmode@adamspiers.org) wrote: > (defun org-new-subheading () > "Add a new heading, demoted from the current heading level." > (interactive) > (org-insert-heading) > (org-demote-subtree)) ^^^^^^^^^^^^^^ Sorry, that should be org-do-demote.