From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Morgan Subject: Re: Scheduling makes link disappear Date: Sun, 10 Feb 2013 20:56:43 +0100 Message-ID: <87liawc58k.fsf@ziiuu.com> References: <87622c45c8.fsf@ziiuu.com> <87d2wcz9p8.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:47082) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4d17-0000Rp-8I for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 14:56:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U4d15-0004PO-VN for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 14:56:49 -0500 Received: from mail-wi0-f177.google.com ([209.85.212.177]:46547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U4d15-0004O1-Pl for emacs-orgmode@gnu.org; Sun, 10 Feb 2013 14:56:47 -0500 Received: by mail-wi0-f177.google.com with SMTP id hm14so2470274wib.4 for ; Sun, 10 Feb 2013 11:56:46 -0800 (PST) In-Reply-To: <87d2wcz9p8.fsf@bzg.ath.cx> (Bastien's message of "Thu, 07 Feb 2013 11:42:43 +0100") 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: Bastien Cc: emacs-orgmode@gnu.org Hi, Bastien, Thanks! That fixes it and doesn't break any of the agenda views that I use. Best regards, Thomas Bastien writes: > Hi Thomas, > > Thomas Morgan writes: > >> In an Org TODO list, scheduling an item that contains a link can cause >> the link to disappear. > > Thanks very for the report. > > Please try the attached patch and let me know if it fixes it (it > should) but more importantly: if it breaks other agenda views. > > Best,