From mboxrd@z Thu Jan 1 00:00:00 1970 From: torys.anderson@gmail.com (Tory S. Anderson) Subject: Re: clocktables include "\emsp" - how to get rid of that? Date: Wed, 04 Mar 2015 13:18:04 -0500 Message-ID: <877fuwmxsz.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52579) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTDs3-0002xH-Rs for emacs-orgmode@gnu.org; Wed, 04 Mar 2015 13:18:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YTDrz-0007ES-4a for emacs-orgmode@gnu.org; Wed, 04 Mar 2015 13:18:11 -0500 Received: from mail-qg0-x234.google.com ([2607:f8b0:400d:c04::234]:37729) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YTDry-0007EI-T2 for emacs-orgmode@gnu.org; Wed, 04 Mar 2015 13:18:07 -0500 Received: by qgdz107 with SMTP id z107so1041611qgd.4 for ; Wed, 04 Mar 2015 10:18:06 -0800 (PST) In-Reply-To: (Rainer Stengele's message of "Wed, 04 Mar 2015 17:42:20 +0100") 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: Rainer Stengele , orgmode list This effect has been discussed here: http://comments.gmane.org/gmane.emacs.orgmode/90292 It exports nicely, so I believe that's the reason it was made this way. You can replace them with spaces using `org-toggle-pretty-entities`, although it will throw off the width of your table. Otherwise you can edit the code that inserts them, which is mentioned in the linked thread. - Tory Rainer Stengele writes: > Hi, > > I am getting "\emsp" in my clocktable reports. > I use > > #+BEGIN: clocktable :maxlevel 4 :fileskip0 t :tcolumns 0 :level nil :scope agenda-with-archives :timestamp nil :block 2015-03 :step day :link t :stepskip0 t > #+END: > > to create these clocktable > > > Daily report: [2015-03-02 Mo] > | File | Headline | Time | > |-----------------------+----------------------------------------------------------+--------| > | | ALL *Total time* | *9:00* | > |-----------------------+----------------------------------------------------------+--------| > | Projectmanagement.org | *File time* | *2:45* | > | | \emsp [[..][Project Managament: Weekly meetings etc.]] | 2:45 | > | | \emsp\emsp [[..][TODO *00 - Project Managament -...]] | 2:45 | > > Anybody has an idea where this comes from and how to get rid of it? > > Thank you. > Regards, Rainer