From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: bugs in C-* Date: Mon, 29 Dec 2008 14:13:11 -0600 Message-ID: <87vdt23fl4.fsf@fastmail.fm> References: <200812291702.mBTH2sVD004384@bp34.u.washington.edu> <49592BC2.2090400@u.washington.edu> 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 1LHOUG-0000z6-BX for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:13:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHOUE-0000yu-0W for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:13:15 -0500 Received: from [199.232.76.173] (port=44331 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHOUD-0000yr-RT for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:13:13 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:43817) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHOUD-0006Fu-Af for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:13:13 -0500 In-Reply-To: <49592BC2.2090400@u.washington.edu> (Scott Otterson's message of "Mon\, 29 Dec 2008 11\:57\:54 -0800") 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 Otterson Cc: emacs-orgmode@gnu.org Scott Otterson writes: > 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 > I can confirm this behavior. When using C-* on a single headline, the plain list bullet is removed. When using C-* on a region of headlines, the plain list bullets remain. - Matt