From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Westlake" Subject: Re: BUG: links to inline tasks Date: Mon, 03 Aug 2009 15:21:44 +0100 Message-ID: <1249309304.10388.1328058433@webmail.messagingengine.com> References: <1245421751.19064.1321201655@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXyRq-0004iD-28 for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 10:23:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXyRk-0004gJ-0X for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 10:23:32 -0400 Received: from [199.232.76.173] (port=45320 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXyRj-0004gG-QX for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 10:23:27 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:45787) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXyRj-000260-F1 for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 10:23:27 -0400 In-Reply-To: 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 Cc: "emacs-orgmode@gnu.org" On Mon, 03 Aug 2009 06:27 +0200, "Carsten Dominik" wrote: > > On Jun 19, 2009, at 4:29 PM, Peter Westlake wrote: > > > Another small bug in the excellent inline task module: making a link > > with "C-C l" anywhere below an inline task causes the link to attach > > to the inline task. I think it would be better if it only did that > > if point was in the task headline or its drawers, otherwise it > > should link to the parent task. Would you agree? > > > > Even if that behaviour is okay, this is definitely odd: making a > > link when the cursor is below a multi-line inline task causes the > > link to attach to the END line. > > > > Neither of these is a big problem, of course, because there is an > > obvious workaround. > > Fixed now, along with the other issue you reported. Thanks for doing that! The new key binding for adding an inline task is much appreciated too. Peter.