From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Disable fontification when exporting tables Date: Thu, 28 Sep 2017 20:51:39 +0200 Message-ID: <874lrmodvo.fsf@nicolasgoaziou.fr> References: <8737785ytb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58164) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dxduR-0002SY-Ly for emacs-orgmode@gnu.org; Thu, 28 Sep 2017 14:51:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dxduR-0004iH-0H for emacs-orgmode@gnu.org; Thu, 28 Sep 2017 14:51:43 -0400 Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:39855) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dxduQ-0004i4-QA for emacs-orgmode@gnu.org; Thu, 28 Sep 2017 14:51:42 -0400 In-Reply-To: <8737785ytb.fsf@gmail.com> (Amos Bird's message of "Wed, 27 Sep 2017 16:29:52 +0800") 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" To: Amos Bird Cc: "emacs-orgmode@gnu.org" Hello, Amos Bird writes: > How can I disable fontifications when exporting this: > > QueryID SQL Text Query Time (Seconds) Query Time Hot (Seconds) > Q0 SELECT avg(c1) from (select Year, Month, count(*) as c1 from ontime group by Year, Month); 1.27 0.13 > Q1 SELECT DayOfWeek, count(*) AS c FROM ontime WHERE Year >= 2000 AND Year <= 2008 GROUP BY DayOfWeek ORDER BY c DESC; 1.23 0.21 There are multiple solutions: - include this in an example block, - include this in a fixed-width area, - use \star instead of * - ... Regards, -- Nicolas Goaziou