From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Finney Subject: bug#18870: \emsp and alignment in org clock report Date: Thu, 12 Mar 2015 17:40:40 +1100 Message-ID: <1426142440.1635596.239250013.1BC7F573@webmail.messagingengine.com> References: <544f71eb.0aadc20a.595f.70e0@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVx0S-0004tE-RB for emacs-orgmode@gnu.org; Thu, 12 Mar 2015 02:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YVx0M-0006uo-RD for emacs-orgmode@gnu.org; Thu, 12 Mar 2015 02:54:08 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:44817) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YVx0M-0006uk-Nj for emacs-orgmode@gnu.org; Thu, 12 Mar 2015 02:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YVx0M-0003S9-IZ for emacs-orgmode@gnu.org; Thu, 12 Mar 2015 02:54:02 -0400 In-Reply-To: <544f71eb.0aadc20a.595f.70e0@mx.google.com> Sender: "Debbugs-submit" Resent-Message-ID: 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: 18870@debbugs.gnu.org I confirm this behaviour. With a plain text terminal, a clock report shows like: |-------------------+------------------------------+--------+------+------| | willow-it.org | *File time* | *5:25* | | | | | Willow IT | 5:25 | | | | | \emsp Administration | | 3:44 | | | | \emsp\emsp Induction | | | 3:44 | | | \emsp Training & development | | 1:41 | | | | \emsp\emsp Odoo research | | | 1:41 | |-------------------+------------------------------+--------+------+------| The "\emsp" should be space characters (of some kind; either U+0020 SPC or U+2003 EM SPACE) with correct alignment for the character width. Displaying literal "\emsp" is a regression and should not happen. If having a U+2003 EM SPACE character is desirable, then instead of LaTeX-specific markup (which is useless in the text buffer), that character should appear directly in the data so it is useful for display. Thanks for working on Org Mode. -- Ben Finney