From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: bug#25487: 26.0.50; org-table-align doesn't work with different face sizes in row Date: Fri, 20 Jan 2017 09:52:42 +0200 Message-ID: <83bmv26ud1.fsf@gnu.org> References: <1484850389.27970.0.camel@wordbrewery.com> Reply-To: Eli Zaretskii Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48002) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cUU1P-0002pQ-Lv for emacs-orgmode@gnu.org; Fri, 20 Jan 2017 02:54:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cUU1K-0006r2-Py for emacs-orgmode@gnu.org; Fri, 20 Jan 2017 02:54:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:37804) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cUU1K-0006qy-MN for emacs-orgmode@gnu.org; Fri, 20 Jan 2017 02:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cUU1K-0003mv-Fi for emacs-orgmode@gnu.org; Fri, 20 Jan 2017 02:54:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-reply-to: <1484850389.27970.0.camel@wordbrewery.com> (message from Ryan McCarl on Thu, 19 Jan 2017 11:26:29 -0700) 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" To: Ryan McCarl Cc: 25487@debbugs.gnu.org > From: Ryan McCarl > Date: Thu, 19 Jan 2017 11:26:29 -0700 > >   > (1) Define the faces org-table and org-link with a fixed-width font > (Inconsolata in > my case) so table alignment should normally work. > (2) Define the scale of the org-link face to 0.9 and the scale of the > org-table face to 1.0. > (3) Embed a link among other text in the table row. > > The result is that the rightmost column of the table is not vertically > aligned in the row containing the link, and (org-table-align) adjusts > the alignment without fixing it. Could this be an Org bug? Did you try to report it to the Org developers? Thanks.