From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Exporting columnviews Date: Sat, 07 Feb 2015 21:35:21 +0100 Message-ID: <87k2zttq7q.fsf@nicolasgoaziou.fr> References: <871tm5s5nu.fsf@nautilus.nautilus> <87wq3vza2f.fsf@nicolasgoaziou.fr> <87twyy6kuq.fsf@gmx.us> <87oap6t0s9.fsf@nicolasgoaziou.fr> <87vbjet0a2.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46966) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKC58-00016h-El for emacs-orgmode@gnu.org; Sat, 07 Feb 2015 15:34:23 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YKC52-0000YF-PJ for emacs-orgmode@gnu.org; Sat, 07 Feb 2015 15:34:22 -0500 Received: from relay6-d.mail.gandi.net ([2001:4b98:c:538::198]:54409) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YKC52-0000Y7-Jm for emacs-orgmode@gnu.org; Sat, 07 Feb 2015 15:34:16 -0500 In-Reply-To: <87vbjet0a2.fsf@gmx.us> (rasmus@gmx.us's message of "Sat, 07 Feb 2015 12:43:17 +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: Rasmus Cc: emacs-orgmode@gnu.org Rasmus writes: > Nicolas Goaziou writes: > >> I introduced \nbsp at some point, but there were complaints from users >> not prettifying entities. So I guess \star is not an option either. > > Don't worry I use \nbsp sometimes! > For what reason do people not want to use entities? Speed? Because it breaks table alignement and looks ugly if, e.g., "\nbsp" doesn't appear as " ". > Perhaps we could make it easier to whitelist or blacklist certain > entities? That would also (partly) address this issue: > > http://permalink.gmane.org/gmane.emacs.orgmode/94198 Entities are customizable. There's no need to add another mechanism on top of this. Regards,