From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Latest clocktable mis-formats headings Date: Sun, 31 Aug 2014 11:08:04 +0200 Message-ID: <878um5vxfv.fsf@nicolasgoaziou.fr> References: <87zjemja3s.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XO16e-0001rg-Lr for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 05:07:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XO16U-0000ZP-Gx for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 05:07:28 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:39029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XO16U-0000ZJ-AW for emacs-orgmode@gnu.org; Sun, 31 Aug 2014 05:07:18 -0400 In-Reply-To: <87zjemja3s.fsf@gmail.com> (Tory S. Anderson's message of "Sat, 30 Aug 2014 11:00:39 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Tory S. Anderson" Cc: orgmode list Hello, torys.anderson@gmail.com (Tory S. Anderson) writes: > 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: AFAICT, there is nothing wrong. "\emsp" is a space. It replaces constructs like "\__", which do not exist anymore. Regards, -- Nicolas Goaziou