dbo...@mmm.com (J. David Boyd) writes:

>
> I just looked through the git logs, and this is what I see:
>
>
> commit bacfe5b4f7244eaf151f4e26a1d94dd8f66c1d19
> Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
> Date:   Fri Jul 25 11:02:55 2014 +0200
>
>     org-clock: Update syntax for indentation in clock tables
>     
>     * lisp/org-clock.el (org-clocktable-indent-string): Use "\emsp"
>       instead of "\__", which is not supported anymore since Org 8.0.
>     
>     Thanks to Buddy Butterfly for reporting it.
>     http://permalink.gmane.org/gmane.emacs.orgmode/88842
>
>
> Can't believe it was all the way back in July when this changed, guess I
> haven't done any clocktables in a while.
>
> So I guess the problem is 'how do I keep the \emsp from displaying on the
> screen."
>
> Is there anyway, or do I just live with it...
>
> Dave


So, I put the old code back into my org-clock.el, I'm running Org version
"8.3beta", and it now works fine in my clocktables.


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...

Dave


Reply via email to