From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Latest clocktable mis-formats headings Date: Sat, 30 Aug 2014 11:00:39 -0400 Message-ID: <87zjemja3s.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNk8y-0006tA-My for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 11:00:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XNk8x-00085R-Ji for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 11:00:44 -0400 Received: from mail-yk0-x22e.google.com ([2607:f8b0:4002:c07::22e]:65506) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XNk8x-00085L-Ew for emacs-orgmode@gnu.org; Sat, 30 Aug 2014 11:00:43 -0400 Received: by mail-yk0-f174.google.com with SMTP id 10so2201156ykt.33 for ; Sat, 30 Aug 2014 08:00:42 -0700 (PDT) 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: orgmode list 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: