From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: BUG: refile leaves END line of inline tasks Date: Fri, 19 Jun 2009 09:44:40 -0500 Message-ID: References: <1245420528.15084.1321200653@webmail.messagingengine.com> 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 1MHfKq-0003US-Ek for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 10:44:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MHfKl-0003OO-Be for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 10:44:55 -0400 Received: from [199.232.76.173] (port=38742 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MHfKl-0003OG-53 for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 10:44:51 -0400 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:42641) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MHfKk-0004Gd-Pt for emacs-orgmode@gnu.org; Fri, 19 Jun 2009 10:44:50 -0400 In-Reply-To: <1245420528.15084.1321200653@webmail.messagingengine.com> (Peter Westlake's message of "Fri\, 19 Jun 2009 15\:08\:48 +0100") 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: Peter Westlake Cc: "emacs-orgmode@gnu.org" "Peter Westlake" writes: > If you have a multi-line inline task, with an END line, then refiling it > leaves the END line behind. Since it isn't needed at the destination, it > should just be deleted. > > *************** TODO example of refile bug > C-c C-w takes these lines, > but leaves the END line. > *************** END I've discovered a couple of related issues: 1) Archiving an inline task leaves the END line behind. 2) Footnotes. If org-footnote-section is set to nil, the org-footnote-action treats inline tasks as sections and thus sorts footnotes under inline tasks. - Matt