From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Converting lists to todo items and back Date: Wed, 21 May 2008 15:06:16 +0200 Message-ID: References: <87ve187tpg.fsf@gollum.intra.norang.ca> <8BA7691E-D112-44B1-A6BF-15B3F3811526@uva.nl> <878wy3om12.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v919.2) 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 1JyoJY-0005ce-UP for emacs-orgmode@gnu.org; Wed, 21 May 2008 09:25:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JyoJW-0005a4-MI for emacs-orgmode@gnu.org; Wed, 21 May 2008 09:25:08 -0400 Received: from [199.232.76.173] (port=40736 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JyoJW-0005Zm-Gh for emacs-orgmode@gnu.org; Wed, 21 May 2008 09:25:06 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:37819) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jyo1L-0004w3-Tj for emacs-orgmode@gnu.org; Wed, 21 May 2008 09:06:20 -0400 In-Reply-To: <878wy3om12.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: Paul R , emacs-orgmode@gnu.org On May 21, 2008, at 2:54 PM, Bernt Hansen wrote: > Carsten Dominik writes: > >> Org has these: >> >> C-c * can turn an item into a headline. >> >> However, the heading will always be a subheading of the nearest >> heading above, >> so to convert your list, you should start from te end. >> >> >> C-c - can turn an headline into an item >> >> `C-c -' will also take an active region and turn each line into an >> item. >> >> My personal solution fo things like this usually is keyboard macro. >> For example, in this case > > Thanks for the feedback :). I wasn't aware of the C-c - and C-c * key > bindings. I think I need to review the org-mode manual every > quarter or > something - there's so much useful stuff in org-mode! > > I ended up using a regexp replacement for converting my lists which > turned out to be pretty easy. Yes, for people who can use regexps this is clearly a fast option. - Carsten