From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-collector Date: Thu, 28 Jun 2018 13:47:37 +0200 Message-ID: <87a7rfp1ye.fsf@nicolasgoaziou.fr> References: <87r2krjgl9.fsf@yandex.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56821) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYVOs-0006vC-AI for emacs-orgmode@gnu.org; Thu, 28 Jun 2018 07:47:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYVOp-0000To-89 for emacs-orgmode@gnu.org; Thu, 28 Jun 2018 07:47:46 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:46739) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fYVOp-0000Ov-17 for emacs-orgmode@gnu.org; Thu, 28 Jun 2018 07:47:43 -0400 In-Reply-To: <87r2krjgl9.fsf@yandex.com> (Colin Baxter's message of "Thu, 28 Jun 2018 12:28:02 +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" To: Colin Baxter Cc: emacs-orgmode@gnu.org Hello, Colin Baxter writes: > I do not want any output fields of the tables generated by org-collector > to show double quotes ("). To achieve this, I changed the stringformat > variable at line 136 of org-collector.el to > > (setq stringformat (if noquote "%s" "%s")) > > Is there a more elegant way to do this other than my clumsy, cargo-cult > effort? Have you tried using :noquote t property? Regards, -- Nicolas Goaziou