From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: - before *, special C-a with plain lists, and * to - conversion Date: Fri, 10 Aug 2007 10:38:29 +0200 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJQ0w-0003OT-0Z for emacs-orgmode@gnu.org; Fri, 10 Aug 2007 04:38:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJQ0v-0003Ni-7k for emacs-orgmode@gnu.org; Fri, 10 Aug 2007 04:38:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJQ0u-0003NT-VF for emacs-orgmode@gnu.org; Fri, 10 Aug 2007 04:38:32 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJQ0u-0003UU-HC for emacs-orgmode@gnu.org; Fri, 10 Aug 2007 04:38:32 -0400 In-Reply-To: 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: Scott Jaderholm Cc: org-mode Hi Scott, On Aug 9, 2007, at 17:13, Scott Jaderholm wrote: > Welcome back Carsten, > > I hope you enjoyed your well-deserved vacation. > > #1 is a bug, #2 and #3 are feature requests (both of which sound > familiar; apologies if they've been mentioned before). > > 1. Type "- " at the beginning of a blank buffer and then press M-RET. > On my system it stalls but if you press C-g it will insert another > line with -, but leave the cursor on the first line. I think it's a > problem with there not being a * first. Fixed, thanks. > > 2. Should special C-a on plain lists work like it does on headings? This sounds indeed familiar, so this has been discussed before. What do people thing who use the special C-a for headlines? Should we have this in items as well??? > 3. Is there a way to convert back and forth between headings and plain > lists? I often find myself creating a list of headings and then > deciding I'd really like it to be a plain list, or visa versa. > Handling indentation would obviously be important. Perhaps C-c - on > headings and C-u C-c - on plain lists could be used? Piotr has a way to convert from plain list to outline in org-mouse, but not the reverse. I guess we could implement such a command. I'll put it on the list.... - Carsten