From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kodi Arfer Subject: ":results none" doesn't seem to be documented Date: Wed, 14 Jan 2015 16:47:59 -0500 Message-ID: <54B6E40F.7050902@arfer.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBVnL-00039E-Ne for emacs-orgmode@gnu.org; Wed, 14 Jan 2015 16:48:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBVnG-0001tN-Gd for emacs-orgmode@gnu.org; Wed, 14 Jan 2015 16:48:07 -0500 Received: from mxout-07.mxes.net ([216.86.168.182]:16727) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBVnG-0001tJ-BV for emacs-orgmode@gnu.org; Wed, 14 Jan 2015 16:48:02 -0500 Received: from [192.168.1.12] (unknown [67.85.195.105]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by smtp.mxes.net (Postfix) with ESMTPSA id 2EC3022E200 for ; Wed, 14 Jan 2015 16:48:00 -0500 (EST) 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org "none" is allowed as an argument to :results (see, for example, ob-core.el line 704 as of Git d36bd8d), but this isn't mentioned in results.html. I just learned of its existence while reading ob-core.el. To me, by the way, ":results none" seems like a useful feature rather than being redundant with ":results silent", because it won't attempt to print a massive object to the echo area. (Pehaps "silent" wasn't a great choice of name.)