From: Stormking <stormking@web.de>
To: emacs-orgmode@gnu.org
Subject: Re: [bug] Alignment bug in clock tables
Date: Fri, 7 Nov 2014 15:16:22 +0000 (UTC) [thread overview]
Message-ID: <loom.20141107T160907-625@post.gmane.org> (raw)
In-Reply-To: loom.20141103T164114-126@post.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.
next prev parent reply other threads:[~2014-11-07 15:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-02 15:41 [bug] Alignment bug in clock tables Francesco Pizzolante
2014-10-03 10:21 ` Joost Helberg
[not found] ` <8738b5o3lt.fsf-JFNXyGN8thM@public.gmane.org>
2014-10-17 6:29 ` Francesco Pizzolante
2014-11-03 15:45 ` Stormking
2014-11-07 15:16 ` Stormking [this message]
[not found] ` <loom.20141107T160907-625-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2015-02-11 10:26 ` Francesco Pizzolante
2015-02-18 12:17 ` Stormking
2015-02-18 14:22 ` Nicolas Goaziou
2015-02-18 14:48 ` Stormking
2015-02-18 14:57 ` Nicolas Goaziou
2015-02-18 15:05 ` Stormking
2015-02-18 15:08 ` Stormking
2015-02-18 15:13 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=loom.20141107T160907-625@post.gmane.org \
--to=stormking@web.de \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).