emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Stormking
Subject: Re: [O] [bug] Alignment bug in clock tables
Date: Fri, 7 Nov 2014 15:16:22 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Stormking <stormking <at> web.de> writes:

> 
> Francesco Pizzolante <fpz <at> ...> 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-string (level)
  (if (= level 1) ""
    (concat "\\" (let ((str " "))
      (dotimes (k (1- level) str)
        (setq str (concat "_" str))))))))

It redefines the function org-clocktable-indent-string to
what it was before the whole emsp thing.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]