From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Clock-in in agenda makes some headings with links disappear Date: Mon, 26 May 2014 15:03:58 +0200 Message-ID: <874n0cy9mp.fsf@bzg.ath.cx> References: <87egzw24es.fsf@algol.ziiuu.com> <87zjijtn1q.fsf@bzg.ath.cx> <87vbt6l98n.fsf@algol.ziiuu.com> <87ioozkuv8.fsf@bzg.ath.cx> <87egziryw3.fsf@azha.ziiuu.com> <87mwe6f2b5.fsf@azha.ziiuu.com> <87vbstbuzp.fsf@azha.ziiuu.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59926) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WouZU-0007Zz-Bz for emacs-orgmode@gnu.org; Mon, 26 May 2014 09:04:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WouZO-00026L-Mp for emacs-orgmode@gnu.org; Mon, 26 May 2014 09:04:08 -0400 Received: from mail-wg0-x232.google.com ([2a00:1450:400c:c00::232]:38022) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WouZO-00026E-Fx for emacs-orgmode@gnu.org; Mon, 26 May 2014 09:04:02 -0400 Received: by mail-wg0-f50.google.com with SMTP id x12so7893019wgg.33 for ; Mon, 26 May 2014 06:04:01 -0700 (PDT) In-Reply-To: <87vbstbuzp.fsf@azha.ziiuu.com> (Thomas Morgan's message of "Sun, 25 May 2014 13:58:50 -0400") 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: Thomas Morgan Cc: emacs-orgmode@gnu.org Hi Thomas, Thomas Morgan writes: > Here is a small patch for this bug. It works as far as I can tell > though it's possible that it introduces other problems or that there's > a better solution. The solution was to clean-up `org-move-to-column' directly. It used to do complex stuff when agenda filters were using overlays, now it's more simple and things should be all right also in other places than the agenda where `org-move-to-column' is in use (e.g. tables, headlines when aligning the tags, etc.) Thanks again for the patch, -- Bastien