From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: suggestion: converting plain lists to subtrees Date: Sun, 26 Jul 2009 06:12:01 +0800 Message-ID: <87eis4befi.fsf@bzg.ath.cx> References: <4b11f87e0907211021n524f5e78vec070528f3a9092b@mail.gmail.com> 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 1MUpTS-0007TB-56 for emacs-orgmode@gnu.org; Sat, 25 Jul 2009 18:12:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MUpTN-0007RT-Ei for emacs-orgmode@gnu.org; Sat, 25 Jul 2009 18:12:13 -0400 Received: from [199.232.76.173] (port=58060 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MUpTN-0007RN-9g for emacs-orgmode@gnu.org; Sat, 25 Jul 2009 18:12:09 -0400 Received: from mail-pz0-f202.google.com ([209.85.222.202]:48165) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MUpTM-0008MD-Vd for emacs-orgmode@gnu.org; Sat, 25 Jul 2009 18:12:09 -0400 Received: by pzk40 with SMTP id 40so1565537pzk.14 for ; Sat, 25 Jul 2009 15:12:08 -0700 (PDT) In-Reply-To: <4b11f87e0907211021n524f5e78vec070528f3a9092b@mail.gmail.com> (Ilya Shlyakhter's message of "Tue, 21 Jul 2009 13:21:10 -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: Ilya Shlyakhter Cc: emacs-orgmode@gnu.org Ilya Shlyakhter writes: > A suggestion for a simple but useful command: convert a plain list to > a full-blown org subtree. I have implemented this. C-c C-* will convert the plain list at point into a subtree, projecting the structure of the list into the hierarchy of the tree. Of course, this calls for a C-c C-- function that will do the opposite: convert a subtree into a list. I plan to do this using a new version of the parser I've been working on. Thanks for this idea! -- Bastien