From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jack Kamm Subject: Re: Bug or not a bug? dot expansion in ob-shell Date: Sun, 23 Feb 2020 08:13:02 -0800 Message-ID: <87k14d1dv5.fsf@gmail.com> References: <87eeur3p1p.fsf@ucl.ac.uk> <87a75eap8k.fsf@gnu.org> <87y2sy3kkl.fsf@ucl.ac.uk> <87r1yq4xiz.fsf@gnu.org> <875zg2kcy0.fsf@ucl.ac.uk> <87h7zmiw0v.fsf@gmail.com> <871rqqag19.fsf@bzg.fr> <87wo8iitzz.fsf@ucl.ac.uk> <87ftf63d79.fsf@gnu.org> <87pnear7tl.fsf@ucl.ac.uk> <87v9o236v1.fsf@gnu.org> <8736b66z6t.fsf@gnu.org> <877e0h571l.fsf@alphaville.usersys.redhat.com> <878skwbc3g.fsf@bzg.fr> <8736b36492.fsf@alphaville.usersys.redhat.com> <87imjyoi99.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58788) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5ttX-0005mq-AY for emacs-orgmode@gnu.org; Sun, 23 Feb 2020 11:14:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5ttW-0005UC-70 for emacs-orgmode@gnu.org; Sun, 23 Feb 2020 11:14:15 -0500 Received: from mail-pg1-x536.google.com ([2607:f8b0:4864:20::536]:35338) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5ttW-0005Tm-03 for emacs-orgmode@gnu.org; Sun, 23 Feb 2020 11:14:14 -0500 Received: by mail-pg1-x536.google.com with SMTP id 7so1642602pgr.2 for ; Sun, 23 Feb 2020 08:14:13 -0800 (PST) In-Reply-To: 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-mx.org@gnu.org Sender: "Emacs-orgmode" To: Stefan Nobis , emacs-orgmode@gnu.org Hi Stefan, Stefan Nobis writes: > What about a third collection option 'none' and make this the default? A variant on this idea, would be to instead have the third collection option be 'default', which would stand for a language-specific default. For example, ":results default" could be equivalent to ":results output" for shell blocks, but equivalent to ":results value" for emacs-lisp blocks.