From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Egli Subject: Re: suggestion: converting plain lists to subtrees Date: Fri, 24 Jul 2009 10:03:34 +0200 Message-ID: References: <4b11f87e0907211021n524f5e78vec070528f3a9092b@mail.gmail.com> <87tz15zz5a.fsf@stats.ox.ac.uk> <87prbt69zo.fsf@bzg.ath.cx> 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 1MUFl4-0007o4-W6 for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 04:04:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MUFl0-0007hq-8N for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 04:04:02 -0400 Received: from [199.232.76.173] (port=42946 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MUFl0-0007hO-4J for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 04:03:58 -0400 Received: from mx20.gnu.org ([199.232.41.8]:40569) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MUFkz-0007lP-61 for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 04:03:57 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MUFkx-0004wi-Pe for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 04:03:56 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MUFkr-0003mx-IW for emacs-orgmode@gnu.org; Fri, 24 Jul 2009 08:03:49 +0000 Received: from d05.sbs-online.ch ([217.192.14.190]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jul 2009 08:03:49 +0000 Received: from christian.egli by d05.sbs-online.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Jul 2009 08:03:49 +0000 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 Bastien writes: >> Bastien -- I think C-c * could do with a mention in the manual section >> on Plain Lists. Here's a patch which just copies the section on C-c * >> from the Structure Editing section. > > Applied, thanks! I'm not such a big fan of code or documentation duplication. Here's a patch that removes this duplication and simply refers to the original section on C-c *. Thanks Christian diff --git a/doc/org.texi b/doc/org.texi index 8a65f1a..37cad40 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -1437,13 +1437,8 @@ list. Finally, even without an active region, a normal line will be converted into a list item. @kindex C-c * @item C-c * -Turn a normal line or plain list item into a headline (so that it -becomes a subheading at its location). Also turn a headline into a -normal line by removing the stars. If there is an active region, turn -all lines in the region into headlines. If the first line in the -region was an item, turn only the item lines into headlines. Finally, -if the first line is a headline, remove the stars from all headlines -in the region. +Turn a plain list item into a headline (so that it becomes a subheading at +its location). @xref{Structure editing}, for a detailed explanation. @kindex S-@key{left} @kindex S-@key{right} @item S-@key{left}/@key{right}