I am seeing the same thing. When I set org-pretty-entities t, the alignment gets confused. I am assuming that the alignment algorithm assumes all characters are the same width, but the utf8 rendering of an em-space is wider, hence the problems.
Perhaps a fix would be for the clocktable to use two en-spaces instead of one em-space to indent lower levels. It looks to me as though the en-space is as wide as a single space. Em-space [ ] En-space [ ] space [ ] Using regular ASCII spaces at the beginning get deleted during alignment of the table, but not the en-spaces. I think this is a bug in the implementation of the clocktables. Any chance of getting this fixed? At Thu, 11 Dec 2014 11:52:27 -0500, dbo...@mmm.com (J. David Boyd) wrote: > > > 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 > > >