From: torys.anderson@gmail.com (Tory S. Anderson)
To: orgmode list <emacs-orgmode@gnu.org>
Subject: Re: Latest clocktable mis-formats headings
Date: Sat, 30 Aug 2014 16:21:56 -0400 [thread overview]
Message-ID: <8738cdk9sr.fsf@gmail.com> (raw)
In-Reply-To: <87bnr1khbf.fsf@gmail.com> (Tory S. Anderson's message of "Sat, 30 Aug 2014 13:39:32 -0400")
I found the problem and have changed it as per below. The \emsp is being interpreted literally. I just changed mine back to underscores.
From org-clock.el:
(defun org-clocktable-indent-string (level)
(if (= level 1) ""
(let ((str " "))
(dotimes (k (1- level) str)
;; (setq str (concat "\\emsp" str))))))
(setq str (concat "__" str))))))
torys.anderson@gmail.com (Tory S. Anderson) writes:
> My elpa orgmode is running Org-mode version 8.2.7c, btw. Do others have this (possibly elpa-specific) problem?
>
>> Date: Sat, 30 Aug 2014 17:36:24 +0200
>> From: Dieter Sch?n <dieter@schoen.or.at>
>> To: orgmode list <emacs-orgmode@gnu.org>
>> Subject: Re: [O] Latest clocktable mis-formats headings
>> Message-ID: <c4c0b4f1-62c9-4d88-b985-ee4a7829bf55@email.android.com>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Hi,
>> I had the same problem, and I could solve it by removing an org installation in .emacs.d/elpa.
>> (My regular org installation is a git sandbox).
>>
>> Regards,
>> Dieter
>>
>> On 30. August 2014 17:00:39 MESZ, torys.anderson@gmail.com wrote:
>>>My latest clocktables have started to stumble on the formatting of
>>>subheadings; some of the leading "*" of the items seem to be making it
>>>into the table as "\emsp". What's the problem?
>>>
>>>Example:
>>>
>>>#+BEGIN: clocktable :maxlevel 4 :scope subtree
>>>#+CAPTION: Clock summary at [2014-08-30 Sat 10:58]
>>>| Headline | Time | | | |
>>>|---------------------------------------+---------+---+-------+------|
>>>| *Total time* | *24:45* | | | |
>>>|---------------------------------------+---------+---+-------+------|
>>>| \emsp\emsp
>>>[[file:/home/torys/emacs/Notes/Work.org::Work%20Week%204%20<2014-08-25%20Mon>--<2014-08-30%20Sat>][Work
>>>Week 4 <2014-08-25...]] | | | 24:45 | |
>>>| \emsp\emsp\emsp [[file:/home/torys/emacs/Notes/Work.org::NRL][NRL]]
>>> | | | | 2:55 |
>>>| \emsp\emsp\emsp
>>>[[file:/home/torys/emacs/Notes/Work.org::GRA%20w/Murray][GRA w/Murray]]
>>> | | | | 7:34 |
>>>| \emsp\emsp\emsp
>>>[[file:/home/torys/emacs/Notes/Work.org::8803%20Work][8803 Work]]
>>> | | | | 3:50 |
>>>| \emsp\emsp\emsp
>>>[[file:/home/torys/emacs/Notes/Work.org::8801%20Work][8801 Work]]
>>> | | | | 1:00 |
>>>| \emsp\emsp\emsp
>>>[[file:/home/torys/emacs/Notes/Work.org::CS%207637%20Work][CS 7637
>>>Work]] | | | | 8:41 |
>>>| \emsp\emsp\emsp
>>>[[file:/home/torys/emacs/Notes/Work.org::Personal%20Writing][Personal
>>>Writing]] | | | | 0:45 |
>>>#+END:
next prev parent reply other threads:[~2014-08-30 20:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.115.1409414440.15132.emacs-orgmode@gnu.org>
2014-08-30 16:16 ` Emacs-orgmode Digest, Vol 102, Issue 32 Tory S. Anderson
2014-08-30 17:39 ` Latest clocktable mis-formats headings Tory S. Anderson
2014-08-30 20:21 ` Tory S. Anderson [this message]
2014-08-30 15:00 Tory S. Anderson
2014-08-30 15:36 ` Dieter Schön
2014-08-31 9:08 ` Nicolas Goaziou
2014-08-31 11:51 ` Tory S. Anderson
2014-08-31 12:04 ` Nicolas Goaziou
2014-08-31 12:10 ` Tory S. Anderson
2014-08-31 12:14 ` Nicolas Goaziou
2014-10-24 21:10 ` Dave Marquardt
2014-10-24 21:20 ` Dave Marquardt
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=8738cdk9sr.fsf@gmail.com \
--to=torys.anderson@gmail.com \
--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).