From mboxrd@z Thu Jan 1 00:00:00 1970 From: dboyd2@mmm.com (J. David Boyd) Subject: Re: /emsp in clock tables Date: Fri, 12 Dec 2014 10:18:34 -0500 Message-ID: References: <87tx1214zy.fsf@snow.nl> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48657) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzS11-00012n-7g for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 10:20:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzS0p-0007eT-8Q for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 10:20:23 -0500 Received: from plane.gmane.org ([80.91.229.3]:42656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzS0p-0007c8-2A for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 10:20:11 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XzS0g-0005wg-RN for emacs-orgmode@gnu.org; Fri, 12 Dec 2014 16:20:05 +0100 Received: from 169.15.136.127 ([169.15.136.127]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Dec 2014 16:20:02 +0100 Received: from dboyd2 by 169.15.136.127 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 12 Dec 2014 16:20:02 +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 >>>>>> "J" == J David Boyd writes: > > From: J. David Boyd > > To: emacs-orgmode@gnu.org > > Subject: [O] /emsp in clock tables > > Date: 2014-12-11T17:52:27+0100 > > > I don't remember reading about this here, so hopefully I haven't just missed > > it. > > > I've found some reference to it on the web, but no resolution. > > > Sometime in the last few releases, clock tables have changed the display. > > > I now see > > > | *Total time* | *2:17* | | | > > |---------------------------------------------------+--------+------+------| > > | Tasks | 2:17 | | | > > | \emsp Infrastructure | | 0:27 | | > > | \emsp\emsp WAITING Email | | | 0:06 | > > > > How can I remove the \emsp artifact and get back the old behavior? > > > Advance apologies if this is somewhere in a README that I didn't... > > > Dave in Hudson, FL Joost Helberg writes: > Dave, > > the customizable org-pretty-entities screws up the alignment in the > table. I don't know where the problem lies, but it's fixed by hitting > C-c C-c in the table for re-aligning stuff. > > I don't know why you see the '\emsp' code, as it's supposed to be > translated into a blank on screen. > > unset org-pretty-entities to avoid \emsp stuff. > > regards, > > Joost > Thanks, that works...