From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Marquardt Subject: Re: Latest clocktable mis-formats headings Date: Fri, 24 Oct 2014 16:10:08 -0500 Message-ID: References: <87zjemja3s.fsf@gmail.com> <878um5vxfv.fsf@nicolasgoaziou.fr> <87y4u4j2s5.fsf@gmail.com> <87wq9ovpa5.fsf@nicolasgoaziou.fr> <87tx4sj1wf.fsf@gmail.com> <87sikcvosi.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37763) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhmCY-0000NE-5R for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 17:15:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XhmCS-0007bc-3k for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 17:15:14 -0400 Received: from plane.gmane.org ([80.91.229.3]:39716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XhmCR-0007af-U9 for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 17:15:08 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XhmCN-0002Ie-Pb for emacs-orgmode@gnu.org; Fri, 24 Oct 2014 23:15:03 +0200 Received: from 32.97.110.56 ([32.97.110.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Oct 2014 23:15:03 +0200 Received: from davemarq by 32.97.110.56 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Oct 2014 23:15:03 +0200 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: emacs-orgmode@gnu.org Nicolas Goaziou writes: > torys.anderson@gmail.com (Tory S. Anderson) writes: > >> Ah. So does the current code, which uses \emsp (which, if displayed >> properly, would be what I meant by "giving me a space") assume >> a non-nil org-pretty-entities? I would have hoped that would be >> mentioned, or defaulted, somewhere... > > It doesn't require a non-nil `org-pretty-entities'. This is only > eye-candy. > > OTOH, it assumes `org-export-with-entities' is non-nil, which is the > default. Sorry to revive an old thread, but I'm also having problems with \emsp in clocktables. I like to run M-x org-plot/gnuplot on clocktables, and having \emsp rather than \_ in the first column causes the items in the X axis to bleed into each other in the plot. I don't think org-plot/gnuplot did anything with \_, but a "_" before each item in the X axis was much less noticeable than "emsp" before each item. I looked at the code a while back that adds \emsp, and it isn't configurable, as far as I can tell. Is it configurable and I missed it? I.e. is there a way to either turn off this prefixing or change the string? Thanks. -Dave