From mboxrd@z Thu Jan 1 00:00:00 1970 From: Colin Baxter Subject: Re: org-collector Date: Thu, 28 Jun 2018 13:26:35 +0100 Message-ID: <87lgazjdvo.fsf@yandex.com> References: <87r2krjgl9.fsf@yandex.com> <87a7rfp1ye.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYW0p-0001l6-FJ for emacs-orgmode@gnu.org; Thu, 28 Jun 2018 08:27:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYW0o-000834-IP for emacs-orgmode@gnu.org; Thu, 28 Jun 2018 08:26:59 -0400 Received: from forward104p.mail.yandex.net ([2a02:6b8:0:1472:2741:0:8b7:107]:52068) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fYW0o-0007nN-4y for emacs-orgmode@gnu.org; Thu, 28 Jun 2018 08:26:58 -0400 In-Reply-To: <87a7rfp1ye.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 28 Jun 2018 13:47:37 +0200") 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org >>>>> "Nicolas" == Nicolas Goaziou writes: Nicolas> 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? Nicolas> Have you tried using :noquote t property? No I hadn't - but should have. Thank you. Best wishes, Colin.