From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id MJ6PKUaOu18hPwAA0tVLHw (envelope-from ) for ; Mon, 23 Nov 2020 10:26:14 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id aCxzJUaOu1+qHwAAB5/wlQ (envelope-from ) for ; Mon, 23 Nov 2020 10:26:14 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 5D83C9402D6 for ; Mon, 23 Nov 2020 10:26:14 +0000 (UTC) Received: from localhost ([::1]:50060 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kh92y-00014V-S4 for larch@yhetil.org; Mon, 23 Nov 2020 05:26:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37542) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kh91x-00013q-QY for emacs-orgmode@gnu.org; Mon, 23 Nov 2020 05:25:11 -0500 Received: from grinta.net ([109.74.203.128]:50576) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kh91w-00079n-Ga for emacs-orgmode@gnu.org; Mon, 23 Nov 2020 05:25:09 -0500 Received: from black.local (ip-109-41-67-118.web.vodafone.de [109.41.67.118]) (Authenticated sender: daniele) by grinta.net (Postfix) with ESMTPSA id 3B2E8EDD11; Mon, 23 Nov 2020 10:25:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=grinta.net; s=2020; t=1606127107; bh=G+9z1rxzDnY6DYS14LXz+MSrUKQm0qL2EgVqAMt1Gp4=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=QVizk2Tt920qQ9l6ouNgYn/5ewmHj8ILByXSy5GBNkUDcXLzEocoykULzr6c5GDLT 8pOko0zcK+/Mpism3FfXjWmlYQVQenllMBRYMk+OzAe3cWa/mU6U45mfuNgHY1PY7w frImgZfC/2JZ/yDASPx9Uu3pcmHryQALfCqYz15JxH8iscfyzsRwi6eFuOhd8EEqtY XE8SYtSpIRj2/X+T2Km9mPAI68zk3v6uvx7cAgJNmLpMNi5FjTou5BqOLbP6mFx9k9 icIavPm72v/OaAgBDXx+LgXVFNTUP1G362XIMSkFIuTcyrstC+gUFfMQX9ZqIEJHEz 5ge23Tw71EgDA== Subject: Re: [PATCH] org-table: Add mode flag to enable Calc units simplification mode To: Kyle Meyer References: <48c15b01-341d-f4c6-7086-1a39e4977868@grinta.net> <87h7pgvk6b.fsf@kyleam.com> From: Daniele Nicolodi Message-ID: <2d4fac67-a5bf-b993-7ec0-05d7ce985509@grinta.net> Date: Mon, 23 Nov 2020 11:25:06 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:78.0) Gecko/20100101 Thunderbird/78.5.0 MIME-Version: 1.0 In-Reply-To: <87h7pgvk6b.fsf@kyleam.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=109.74.203.128; envelope-from=daniele@grinta.net; helo=grinta.net X-Spam_score_int: 12 X-Spam_score: 1.2 X-Spam_bar: + X-Spam_report: (1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, NICE_REPLY_A=-0.001, RCVD_IN_SBL_CSS=3.335, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Org Mode List Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: ns3122888.ip-94-23-21.eu Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=grinta.net header.s=2020 header.b=QVizk2Tt; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -0.01 X-TUID: 9rnICJk0jauR On 23/11/2020 04:14, Kyle Meyer wrote: > You already mentioned that you plan to add documentation. It'd also be > good to add a test to test-org-table.el and a NEWS entry. By the way, have you seen my other patch with some documentation updates for Org tables? Cheers, Dan