From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Guerry Subject: Re: Using C-c - to (un)listify and/or C-c * to (un)"headify" ? Date: Mon, 03 Mar 2008 11:06:23 +0000 Message-ID: <87r6est6c0.fsf@bzg.ath.cx> References: <873atu617k.fsf@bzg.ath.cx> <3D0FB4A6-96B6-464B-B4F7-FF2D84A9C569@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 1JW8V8-0005BS-Ac for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 06:06:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JW8V4-0005AO-9r for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 06:06:32 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JW8V3-0005AB-Td for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 06:06:29 -0500 Received: from fk-out-0910.google.com ([209.85.128.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JW8V3-0004Q9-1y for emacs-orgmode@gnu.org; Mon, 03 Mar 2008 06:06:29 -0500 Received: by fk-out-0910.google.com with SMTP id 26so6804177fkx.10 for ; Mon, 03 Mar 2008 03:06:28 -0800 (PST) In-Reply-To: <3D0FB4A6-96B6-464B-B4F7-FF2D84A9C569@gmail.com> (Carsten Dominik's message of "Mon, 3 Mar 2008 11:57:54 +0100") 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 Carsten Dominik writes: > The first function could be merged into (org-ctrl-c-minus): (un)listify > the active region, and if there is no active region, just cycle through > the list types (as it does now). > > This is now implemented in `C-c -' > > The second fonction could convert raw > lines into headings and headings back into raw lines. > > This is now on `C-c *' Great! I was to lazy to implement this myself, but switching from a list of items to a list of entries is really useful. Thanks! -- Bastien