From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: bugs in C-* Date: Mon, 29 Dec 2008 11:57:54 -0800 Message-ID: <49592BC2.2090400@u.washington.edu> References: <200812291702.mBTH2sVD004384@bp34.u.washington.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHOFM-000725-R8 for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 14:57:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHOFL-00071s-Nz for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 14:57:52 -0500 Received: from [199.232.76.173] (port=42846 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHOFL-00071p-Jc for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 14:57:51 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:44842) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHOFL-0004zq-8G for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 14:57:51 -0500 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 7BAC31FD889 for ; Mon, 29 Dec 2008 14:57:50 -0500 (EST) Received: from [192.168.2.85] (66-188-164-124.dhcp.stcd.mn.charter.com [66.188.164.124]) by mail.messagingengine.com (Postfix) with ESMTPSA id 0EA6931404 for ; Mon, 29 Dec 2008 14:57:49 -0500 (EST) In-Reply-To: <200812291702.mBTH2sVD004384@bp34.u.washington.edu> 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 I just discovered the very handy C-* function -- I've been converting lists to headlines manually! But I also discovered a couple of bugs: If I select a region containing a plain list and then type C-*, org mode adds the leading stars but doesn't remove the plain list symbols, for example, this: * headline - list 1 - list 2 is converted to this: * headline *** - list 1 *** - list 2 Also, if I'm at the end of a file so that the region can't be extended beyond the end of the last item in the list, then that item isn't converted. In other words, I get this: * headline *** - list 1 - list 2 Thanks, Scott