From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amos Bird Subject: Disable fontification when exporting tables Date: Wed, 27 Sep 2017 16:29:52 +0800 Message-ID: <8737785ytb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dx7jJ-0002C5-5P for emacs-orgmode@gnu.org; Wed, 27 Sep 2017 04:30:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dx7jD-0002xx-2k for emacs-orgmode@gnu.org; Wed, 27 Sep 2017 04:30:05 -0400 Received: from mail-pg0-x230.google.com ([2607:f8b0:400e:c05::230]:45770) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dx7jC-0002xD-SW for emacs-orgmode@gnu.org; Wed, 27 Sep 2017 04:29:58 -0400 Received: by mail-pg0-x230.google.com with SMTP id 188so7384947pgb.2 for ; Wed, 27 Sep 2017 01:29:57 -0700 (PDT) Received: from localhost ([2604:180:3:28::c542]) by smtp.gmail.com with ESMTPSA id a25sm20605914pfc.143.2017.09.27.01.29.55 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 27 Sep 2017 01:29:55 -0700 (PDT) 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: "emacs-orgmode@gnu.org" --=-=-= Content-Type: text/plain #+OPTIONS: latex:t toc:nil H:3 Hi, 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 | regards, -- Amos Bird amosbird@gmail.com --=-=-= Content-Type: multipart/related; boundary="==-=-=" --==-=-= Content-Type: text/html

Hi,

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

regards,


Amos Bird
amosbird@gmail.com

--==-=-=-- --=-=-=--