From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: BUG: links to inline tasks Date: Mon, 3 Aug 2009 06:27:36 +0200 Message-ID: References: <1245421751.19064.1321201655@webmail.messagingengine.com> Mime-Version: 1.0 (Apple Message framework v935.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MXp9D-0001zH-Kl for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:27:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MXp98-0001xD-UV for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:27:43 -0400 Received: from [199.232.76.173] (port=52643 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MXp98-0001x4-LL for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:27:38 -0400 Received: from mail-ew0-f211.google.com ([209.85.219.211]:56138) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MXp98-0001Ao-7S for emacs-orgmode@gnu.org; Mon, 03 Aug 2009 00:27:38 -0400 Received: by mail-ew0-f211.google.com with SMTP id 7so1037417ewy.42 for ; Sun, 02 Aug 2009 21:27:37 -0700 (PDT) In-Reply-To: <1245421751.19064.1321201655@webmail.messagingengine.com> 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" 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. - Carsten