From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joost Helberg Subject: Re: /emsp in clock tables Date: Sat, 13 Dec 2014 12:58:39 +0100 Message-ID: <878uib2234.fsf@snow.nl> References: <87mw6sa2ql.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzlLi-0000yX-E5 for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 06:59:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XzlLc-0004LN-Lp for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 06:59:02 -0500 Received: from mx.snow.nl ([213.154.248.146]:53880) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XzlLc-0004L3-B9 for emacs-orgmode@gnu.org; Sat, 13 Dec 2014 06:58:56 -0500 In-reply-to: <87mw6sa2ql.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, "J. David Boyd" Nicolas et al, I'm sure the choice for \emsp was a valid one. \emsp is not the bug, it triggers a bug in the alignment routine which screws up somehow. If alignment takes place after displaying the blanks, things turn out OK. I tried to install a custom formatter (Cutomizable: Org Clock Clocktable Formatter): (defun my-formatter( ipos tables params ) (progn (org-clocktable-write-default ipos tables params) (forward-line 2) (org-table-align) ) ) But this didn't help. Going inside the table and hitting C-c C-c helps, but is a bit cumbersome. Somehow moving the aligning to another place in the process should fix this. I wasn't able to make this work. regards, Joost >>>>> "Nicolas" == Nicolas Goaziou writes: > From: Nicolas Goaziou > To: J. David Boyd > Cc: emacs-orgmode@gnu.org > Subject: Re: [O] /emsp in clock tables > Date: 2014-12-13T00:05:06+0100 > dboyd2@mmm.com (J. David Boyd) writes: >> Now I get lines like: >> >> | Tasks | 1:18 | | | | >> | \__ Infrastructure | | 0:31 | | | >> | \____ WAITING Email | | | 0:07 | | >> | \______ WAITING - respond to Bill | | | | 0:01 | >> | \____ WAITING Research - Gnus | | | 0:14 | | >> | \____ WAITING Research - Web | | | 0:04 | | >> >> which is exactly what I wanted. >> >> I read the linked message above from Buddy Butterfly. Was the problem only for >> latext exporting? I personally look at the screen more than export... > The problem is that "\___" appears in any export output, not only LaTeX. > Another option could be to use dots. At least, they wouldn't be as ugly > as "\___" in output, and keep clocktable readable in the buffer. > Regards, -- Snow B.V.