From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Converting lists to todo items and back Date: Wed, 21 May 2008 08:54:17 -0400 Message-ID: <878wy3om12.fsf@gollum.intra.norang.ca> References: <87ve187tpg.fsf@gollum.intra.norang.ca> <8BA7691E-D112-44B1-A6BF-15B3F3811526@uva.nl> 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 1Jynpp-0005RJ-07 for emacs-orgmode@gnu.org; Wed, 21 May 2008 08:54:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jynpo-0005Qo-99 for emacs-orgmode@gnu.org; Wed, 21 May 2008 08:54:24 -0400 Received: from [199.232.76.173] (port=57753 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jynpo-0005Qh-21 for emacs-orgmode@gnu.org; Wed, 21 May 2008 08:54:24 -0400 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:60132) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jynpn-00028x-UI for emacs-orgmode@gnu.org; Wed, 21 May 2008 08:54:24 -0400 In-Reply-To: <8BA7691E-D112-44B1-A6BF-15B3F3811526@uva.nl> (Carsten Dominik's message of "Wed\, 21 May 2008 14\:03\:52 +0200") 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 , Paul R Cc: emacs-orgmode@gnu.org 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. Sorry for the noise. -Bernt