From mboxrd@z Thu Jan 1 00:00:00 1970 From: Randomcoder Subject: Bug: columns in tables with fixed length affected by folded links Date: Tue, 17 Mar 2015 07:27:24 +0200 Message-ID: <20150317052724.GA7934@xw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50510) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXk2T-00005k-1I for emacs-orgmode@gnu.org; Tue, 17 Mar 2015 01:27:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXk2O-0000xE-Py for emacs-orgmode@gnu.org; Tue, 17 Mar 2015 01:27:36 -0400 Received: from mail-wi0-x234.google.com ([2a00:1450:400c:c05::234]:34998) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXk2O-0000x9-J1 for emacs-orgmode@gnu.org; Tue, 17 Mar 2015 01:27:32 -0400 Received: by wibdy8 with SMTP id dy8so54176405wib.0 for ; Mon, 16 Mar 2015 22:27:32 -0700 (PDT) Received: from localhost ([188.25.252.62]) by mx.google.com with ESMTPSA id u16sm18317609wjr.5.2015.03.16.22.27.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 16 Mar 2015 22:27:31 -0700 (PDT) Content-Disposition: inline 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: emacs-orgmode@gnu.org Hi, I've noticed that if I have a table like this: | | | |--------------------------------+---------------------------------------------------| | Question | Answer | |--------------------------------+---------------------------------------------------| |Stuff | | | | [[http://very-long-link/][text that would fit the column fixed width]] | | | | And I do C-c C-c (or M-x org-table-align) and org-toggle-link-display to fold the link, it still shows up as "=>" which means that Org-Mode has taken into consideration the actual length of the entire link when it did the folding. Instead, I propose that it only takes into consideration the length of the link text. I'm not sure what part of the code is responsible for this. I am reporting this as a bug here on the mailing list.