From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: suggestion: converting plain lists to subtrees Date: Tue, 21 Jul 2009 22:23:41 +0200 Message-ID: <87prbt69zo.fsf@bzg.ath.cx> References: <4b11f87e0907211021n524f5e78vec070528f3a9092b@mail.gmail.com> <87tz15zz5a.fsf@stats.ox.ac.uk> 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 1MTMDZ-0007Fg-FS for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 16:45:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTMDU-0007FU-1f for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 16:45:44 -0400 Received: from [199.232.76.173] (port=41713 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTMDT-0007FR-Sl for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 16:45:39 -0400 Received: from rv-out-0708.google.com ([209.85.198.244]:30264) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTMDT-0005Jp-Fg for emacs-orgmode@gnu.org; Tue, 21 Jul 2009 16:45:39 -0400 Received: by rv-out-0708.google.com with SMTP id f25so1399235rvb.6 for ; Tue, 21 Jul 2009 13:45:37 -0700 (PDT) In-Reply-To: <87tz15zz5a.fsf@stats.ox.ac.uk> (Dan Davison's message of "Tue, 21 Jul 2009 14:09:21 -0400") 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: Dan Davison Cc: Ilya Shlyakhter , emacs-orgmode@gnu.org Dan Davison writes: > Ilya Shlyakhter writes: > >> A suggestion for a simple but useful command: convert a plain list to >> a full-blown org subtree. > > Have you seen org-toggle-heading? (C-c * when not in a table). > > However, it seems that it doesn't preserve any list hierarchical > structure when converting to headlines. Yes, Ilya suggestion makes sense, I will work on this. > 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! -- Bastien