>>>>> "Nicolas" == Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:
Nicolas> Hello, Colin Baxter <m43...@yandex.com> 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.