From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Horn Subject: Re: Refiling list items Date: Mon, 8 Aug 2011 00:09:21 -0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:36800) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqH9s-0002IH-Hr for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 00:09:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QqH9r-0001cN-D2 for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 00:09:44 -0400 Received: from mail-vx0-f169.google.com ([209.85.220.169]:59963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QqH9r-0001bz-5o for emacs-orgmode@gnu.org; Mon, 08 Aug 2011 00:09:43 -0400 Received: by vxj15 with SMTP id 15so3145761vxj.0 for ; Sun, 07 Aug 2011 21:09:42 -0700 (PDT) In-Reply-To: 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 Would someone throw me a bone? I couldn't find anything on gmane, but I my gmane-fu isn't the strongest. :D On Sat, Aug 6, 2011 at 14:54, Jeff Horn wrote: > 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 > | =A0 - 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 > | =A0 - List level 2 > `---- > > when the following is expected > > ,----[ Expected Outline ] > | * Headline 1 > | * Headline 2 > | - List level 1 > | =A0- List level 2 > | =A0Some text. > `---- > > Where the list items appear before or after "Some text." depending on > refile variables. > > -- > Jeffrey Horn > http://www.failuretorefrain.com/jeff/ > --=20 Jeffrey Horn http://www.failuretorefrain.com/jeff/