From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stormking Subject: Re: [bug] Alignment bug in clock tables Date: Wed, 18 Feb 2015 15:05:57 +0000 (UTC) Message-ID: References: <87ppeao4x8.fsf@example.com> <8738b5o3lt.fsf@snow.nl> <874mv31a5y.fsf@example.com> <87zj8ksq08.fsf@example.com> <87ioezpaes.fsf@nicolasgoaziou.fr> <873863p8rg.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6Cf-0007HW-48 for emacs-orgmode@gnu.org; Wed, 18 Feb 2015 10:06:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YO6Cb-0002ys-V1 for emacs-orgmode@gnu.org; Wed, 18 Feb 2015 10:06:17 -0500 Received: from plane.gmane.org ([80.91.229.3]:57238) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YO6Cb-0002yS-PF for emacs-orgmode@gnu.org; Wed, 18 Feb 2015 10:06:13 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YO6CV-0001FT-Bq for emacs-orgmode@gnu.org; Wed, 18 Feb 2015 16:06:07 +0100 Received: from 194.153.130.248 ([194.153.130.248]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Feb 2015 16:06:07 +0100 Received: from stormking by 194.153.130.248 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 18 Feb 2015 16:06:07 +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: emacs-orgmode@gnu.org Nicolas Goaziou nicolasgoaziou.fr> writes: > > Stormking web.de> writes: > > > Wouldn't it be better to fix the alignment code so it works with > > pretty entities? Because that's the real problem here. > > There are two problems here. > > One is obviously due to misalignment when using overlays. > > The other one is that \emph is not easily readable when > `org-pretty-entities' is nil. You are right but I always have pretty entities turned on, so it doesn't bother me that much. Wasn't it changed to \emsp (m-dash) so it would look better in exported HTML or LaTeX? Otherwise, I would suggest something like \-- or \__ I just tested the alignment in a generic table. I have set \emsp to be displayed as as dash ("-"). An explicit re-align of a table containing this entity works, but the auto-alignment that happens while you type does not. Ciao, Stormking