From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: Re: structure editing in brainstorming mode Date: Mon, 29 Dec 2008 11:44:00 -0800 Message-ID: <49592880.5090106@u.washington.edu> References: <200812291702.mBTH2sVD004384@bp34.u.washington.edu> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0304347209==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LHO1x-0004I3-29 for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 14:44:01 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHO1v-0004HM-Dx for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 14:44:00 -0500 Received: from [199.232.76.173] (port=56505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHO1v-0004HJ-6e for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 14:43:59 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:42881) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHO1u-0003OO-Rx for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 14:43:58 -0500 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 5A7411FDADB for ; Mon, 29 Dec 2008 14:43:56 -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 F3A6531376 for ; Mon, 29 Dec 2008 14:43:55 -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 --===============0304347209== Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 12/29/2008 9:00 AM, Matthew Lundin <mdl@imapmail.org> wrote:
<...>
"Rustom Mody" <rustompmody@gmail.com> writes:

<..>
2. Converting heading type

C-c - or S-<left>/<right> should do the trick.
This does replace '+' or whatever with '*' but it doesn't add the leading stars, turning a list into a heading.  But C-* does the trick.

Scott
--===============0304347209== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============0304347209==-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: structure editing in brainstorming mode Date: Mon, 29 Dec 2008 14:10:55 -0600 Message-ID: <87zlie3fow.fsf@fastmail.fm> References: <200812291702.mBTH2sVD004384@bp34.u.washington.edu> <49592880.5090106@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 1LHOS3-0000kx-NN for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:10:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHOS2-0000kl-5e for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:10:58 -0500 Received: from [199.232.76.173] (port=44310 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHOS2-0000ki-05 for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:10:58 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:36409) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHOS1-00066w-Ij for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:10:57 -0500 In-Reply-To: <49592880.5090106@u.washington.edu> (Scott Otterson's message of "Mon\, 29 Dec 2008 11\:44\:00 -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 Hi Scott, Scott Otterson writes: > On 12/29/2008 9:00 AM, Matthew Lundin wrote: > > <...> > "Rustom Mody" writes: > > <..> > > 2. Converting heading type > > C-c - or S-/ should do the trick. > > This does replace '+' or whatever with '*' but it doesn't add the leading > stars, turning a list into a heading. But C-* does the trick. Thanks for alerting me to this. I had been using C-c - and then something like C-u - 5 C-x TAB to get rid of the white space to create 1st level headings. C-* looks to be much more efficient! There's always something new to learn about org-mode! I updated the FAQ accordingly. (The new explanation should show up in an hour and a half.) http://orgmode.org/worg/org-faq.php#convert-plain-lists-to-headlines Regards, Matt 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: bugs in C-* Date: Mon, 29 Dec 2008 14:19:37 -0600 Message-ID: <87r63q3fae.fsf@fastmail.fm> References: <200812291702.mBTH2sVD004384@bp34.u.washington.edu> <49592BC2.2090400@u.washington.edu> <87vdt23fl4.fsf@fastmail.fm> 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 1LHOaS-0002Fz-U0 for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:19:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHOaR-0002Fn-HZ for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:19:39 -0500 Received: from [199.232.76.173] (port=60228 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHOaR-0002Fk-Cz for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:19:39 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:40803) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHOaQ-0006nu-TS for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:19:39 -0500 In-Reply-To: <87vdt23fl4.fsf@fastmail.fm> (Matthew Lundin's message of "Mon\, 29 Dec 2008 14\:13\:11 -0600") 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: Matthew Lundin Cc: Scott Otterson , emacs-orgmode@gnu.org Hi Scott, Matthew Lundin writes: > 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: >> >> > > 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. I believe we've incorrectly typed the keybinding for org-ctrl-c-star. In the previous posts and subject line, "C-*" should be "C-c *". Best, Matt From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: Re: bugs in C-* Date: Mon, 29 Dec 2008 12:27:35 -0800 Message-ID: <495932B7.8000808@u.washington.edu> References: <200812291702.mBTH2sVD004384@bp34.u.washington.edu> <49592BC2.2090400@u.washington.edu> <87vdt23fl4.fsf@fastmail.fm> <87r63q3fae.fsf@fastmail.fm> 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 1LHOi8-00042T-Nr for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:27:36 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LHOi7-00042H-9O for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:27:36 -0500 Received: from [199.232.76.173] (port=34489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LHOi7-00042E-49 for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:27:35 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:35869) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LHOi5-0007dN-9X for emacs-orgmode@gnu.org; Mon, 29 Dec 2008 15:27:33 -0500 Received: from compute2.internal (compute2.internal [10.202.2.42]) by out1.messagingengine.com (Postfix) with ESMTP id 234C01FDC8C for ; Mon, 29 Dec 2008 15:27:32 -0500 (EST) In-Reply-To: <87r63q3fae.fsf@fastmail.fm> 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: Matthew Lundin Cc: emacs-orgmode@gnu.org Yup, it's C-c *. Thanks for updating the FAQ so quickly! Scott On 12/29/2008 12:19 PM, Matthew Lundin wrote: > <...> > I believe we've incorrectly typed the keybinding for org-ctrl-c-star. > In the previous posts and subject line, "C-*" should be "C-c *". > > Best, > Matt > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: bugs in C-* Date: Wed, 21 Jan 2009 18:43:07 +0100 Message-ID: <16043C00-30E4-46E0-9BBE-4CF8ADBA6D78@uva.nl> References: <200812291702.mBTH2sVD004384@bp34.u.washington.edu> <49592BC2.2090400@u.washington.edu> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: multipart/mixed; boundary="===============1154188408==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPh6l-0007Ox-Hh for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 12:43:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPh6i-0007LF-7V for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 12:43:18 -0500 Received: from [199.232.76.173] (port=41460 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPh6h-0007L0-UT for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 12:43:16 -0500 Received: from mail-ew0-f20.google.com ([209.85.219.20]:59364) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LPh6h-00087z-9k for emacs-orgmode@gnu.org; Wed, 21 Jan 2009 12:43:15 -0500 Received: by ewy13 with SMTP id 13so1890343ewy.18 for ; Wed, 21 Jan 2009 09:43:12 -0800 (PST) In-Reply-To: <49592BC2.2090400@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: Scott Otterson Cc: emacs-orgmode@gnu.org --===============1154188408== Content-Type: multipart/alternative; boundary=Apple-Mail-1-849517494 --Apple-Mail-1-849517494 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Hi, following this thread, I have revisited the commands `C-c -' and `C-c *' and hope that they are now better behaved and more useful: If there is an active region, these commands will act on the region, otherwise on the current line. C-c - This command turns headings or normal lines into items, or items into normal lines. When there is a region, everything depends on the first line of the region: - if it is a item, turn all items in the region into normal lines. - if it is a headline, turn all headlines in the region into items. - if it is a normal line, turn all lines into items. - special case: if there is no active region and the current line is an item, cycle the bullet type of the current list. C-c * This command turns items and normal lines into headings, or headings into normal lines. When there is a region, everything depends on the first line of the region: - if it is a item, turn all items in the region into headlines. - if it is a headline, turn all headlines in the region into normal lines. - if it is a normal line, turn all lines into headlines. I hope these commands a now more consistent and better. - Carsten On Dec 29, 2008, at 8:57 PM, Scott Otterson wrote: > 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 > > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode --Apple-Mail-1-849517494 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi,

following this = thread,  I have revisited the commands
`C-c -' and `C-c *' and = hope that they are now better
behaved and more useful:


=   If there is an active region, these commands will act on = the
  region, otherwise on the current line.

=   C-c -
      This command = turns headings or normal lines into
=       items, or items into normal lines. =  When there is a
      region, = everything depends on the first line of the
=       region:
=        - if it is a item, turn all = items in the region into
=          normal lines.
=        - if it is a headline, turn = all headlines in the region
=          into items.
=        - if it is a normal line, turn = all lines into items.
       - = special case: if there is no active region and the
=          current line is an = item, cycle the bullet type of the
=          current = list.

   C-c *
=        This command turns items and = normal lines into
=        headings, or headings into = normal lines.  When there is
=        a region, everything depends = on the first line of the
=        region:
=        - if it is a item, turn all = items in the region into
=          headlines.
=        - if it is a headline, turn = all headlines in the region
=          into normal = lines.
       - if it is a normal = line, turn all lines into headlines.

I hope these commands a now = more consistent and better.

- Carsten

On Dec 29, 2008, at = 8:57 PM, Scott Otterson wrote:

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






_______________________________________________
Emacs-orgmode mailing = list
Remember: use `Reply All' = to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.= gnu.org/mailman/listinfo/emacs-orgmode

= --Apple-Mail-1-849517494-- --===============1154188408== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1154188408==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Otterson Subject: Re: bugs in C-* Date: Thu, 22 Jan 2009 14:08:25 -0800 Message-ID: <1A6F3B10-417C-4570-A310-7DF7E6C523DE@u.washington.edu> References: <200812291702.mBTH2sVD004384@bp34.u.washington.edu> <49592BC2.2090400@u.washington.edu> <16043C00-30E4-46E0-9BBE-4CF8ADBA6D78@uva.nl> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LQ7iw-00083R-56 for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 17:08:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LQ7iu-00082m-SZ for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 17:08:29 -0500 Received: from [199.232.76.173] (port=40542 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LQ7iu-00082g-Mr for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 17:08:28 -0500 Received: from out3.smtp.messagingengine.com ([66.111.4.27]:57711) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LQ7iu-0005BP-Dq for emacs-orgmode@gnu.org; Thu, 22 Jan 2009 17:08:28 -0500 In-Reply-To: <16043C00-30E4-46E0-9BBE-4CF8ADBA6D78@uva.nl> 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Thanks, Carsten. Not only is this a bug fix, it's a nice improvement that increases consistency with other org operations. I think it's fine touches like this that make org mode so intuitive. Scott On Jan 21, 2009, at 9:43 AM, Carsten Dominik wrote: > Hi, > > following this thread, I have revisited the commands > `C-c -' and `C-c *' and hope that they are now better > behaved and more useful: > > ...