From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Refiling list items Date: Sat, 6 Aug 2011 14:54:46 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57444) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qpm1d-000183-TT for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 14:55:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qpm1c-0002ua-TX for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 14:55:09 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:37102) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qpm1c-0002uM-QI for emacs-orgmode@gnu.org; Sat, 06 Aug 2011 14:55:08 -0400 Received: by vwm42 with SMTP id 42so1989536vwm.0 for ; Sat, 06 Aug 2011 11:55:07 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Org-mode ml Should org-refile be able to refile list items? I suspect it would be non-trivial to add this functionality if it isn't already there, but I feel a bit overwhelmed keeping notes as headlines, particularly because I like to leave soft wrapping off and have a hard wrap at 80 columns. ,----[ Sample Outline ] | * Headline 1 | - List level 1 | - List level 2 | * Headline 2 | Some text. `---- If I attempt to refile the item "- List level 1" to the second headline, I get ,----[ Mangled Outline ] | * Headline 2 | Some text. | ** Headline 1 | - List level 1 | - List level 2 `---- when the following is expected ,----[ Expected Outline ] | * Headline 1 | * Headline 2 | - List level 1 | - List level 2 | Some text. `---- Where the list items appear before or after "Some text." depending on refile variables. -- Jeffrey Horn http://www.failuretorefrain.com/jeff/