Re: [O] [bug] Alignment bug in clock tables

2015-02-18 Thread Nicolas Goaziou
Stormking writes: > 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? It was. > Otherwise, I would suggest something like \-- or \__ See above. > I just teste

Re: [O] [bug] Alignment bug in clock tables

2015-02-18 Thread Stormking
Stormking web.de> writes: > Wasn't it changed to \emsp > (m-dash) so it would look better in exported HTML or LaTeX? I have to correct myself on this one, \emsp ist a m-space, not a m-dash

Re: [O] [bug] Alignment bug in clock tables

2015-02-18 Thread Stormking
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 over

Re: [O] [bug] Alignment bug in clock tables

2015-02-18 Thread Nicolas Goaziou
Stormking 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-pret

Re: [O] [bug] Alignment bug in clock tables

2015-02-18 Thread Stormking
Nicolas Goaziou nicolasgoaziou.fr> writes: > > Hello, > > Stormking web.de> writes: > > > Without any effect, it seems. I wonder if anybody actually uses these > > features. > > What character do you suggest to use instead of \emph? Wouldn't it be better to fix the alignment code so it work

Re: [O] [bug] Alignment bug in clock tables

2015-02-18 Thread Nicolas Goaziou
Hello, Stormking writes: > Without any effect, it seems. I wonder if anybody actually uses these > features. What character do you suggest to use instead of \emph? "*" is not possible due to a collision with bold syntax (i.e. "***" is parsed as a bold star). Regards, -- Nicolas Goaziou

Re: [O] [bug] Alignment bug in clock tables

2015-02-18 Thread Stormking
Francesco Pizzolante writes: > > Hi Stormking, > > Sorry for my very late reply: I thank you very much for your workaround > which enables me to have well aligned clock tables. > > I also take the opportunity to bump up this thread. Without any effect, it seems. I wonder if anybody actually u

Re: [O] [bug] Alignment bug in clock tables

2015-02-11 Thread Francesco Pizzolante
Hi Stormking, Sorry for my very late reply: I thank you very much for your workaround which enables me to have well aligned clock tables. I also take the opportunity to bump up this thread. I think you correctly spotted the exact cause of our issue. Here's what you say in a previous message: >

Re: [O] [bug] Alignment bug in clock tables

2014-11-07 Thread Stormking
Stormking web.de> writes: > > Francesco Pizzolante ...> writes: > > > > > Hi Joost, > > > > > I reported this on September 2nd too. > > I'm having this problem, too. For now, I have added the following code to my init.el: (eval-after-load "org-clock" '(defun org-clocktable-indent-strin

Re: [O] [bug] Alignment bug in clock tables

2014-11-03 Thread Stormking
Francesco Pizzolante writes: > > Hi Joost, > > > I reported this on September 2nd too. I'm having this problem, too. The code that aligns the clocktable seems to count the "\emsp" entity as five characters. But with pretty entities turned on, it's displayed as only one character. The same is

Re: [O] [bug] Alignment bug in clock tables

2014-10-16 Thread Francesco Pizzolante
Hi Joost, > I reported this on September 2nd too. Hitting C-c C-c inside the table > fixes the formatting. Also moving to a position inside the table and > doing: M-x org-table-align fixes the formatting. Hence > I tried to create a new formatter function in order to re-align after > writing the t

Re: [O] [bug] Alignment bug in clock tables

2014-10-03 Thread Joost Helberg
(org-table-align). Anyone an idea? regards, Joost Helberg >>>>> "Francesco" == Francesco Pizzolante writes: > From: Francesco Pizzolante > To: mailing-list-org-mode > Subject: [O] [bug] Alignment bug in clock tables > Date: 2014-10-02T17:41:07+0200

[O] [bug] Alignment bug in clock tables

2014-10-02 Thread Francesco Pizzolante
Hi, I'm having an alignment issue in clock tables, both in the agenda and in dynamic blocks. By default, \emsp is displayed in clock tables for level 2 (or above) to indent headings. To avoid that, I set the variable `org-pretty-entities' to t, and in this case the alignment of the table is broke