From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Default silent results Date: Mon, 13 Mar 2017 13:29:00 -0400 Message-ID: <87lgs9m6g3.fsf@alphaville.usersys.redhat.com> References: <87zigpchxv.fsf@iki.fi> <87y3w9dvrw.fsf@iki.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59612) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnToL-0000j8-2o for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 13:31:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnToH-0001mW-0c for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 13:31:09 -0400 Received: from [195.159.176.226] (port=38003 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cnToG-0001m1-KU for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 13:31:04 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cnTmI-0003gw-4f for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 18:29:02 +0100 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: emacs-orgmode@gnu.org Jarmo Hurri writes: > Jérémie Juste writes: > > Greetings. > >> you can tweek the default behaviour using >> org-babel-default-header-args:org variable >> >> My default configuration for org is the following. I did not modify >> it. >> >> org-babel-default-header-args:org is a variable defined in ‘ob-org.el’. >> Its value is ((:results . "raw silent") (:exports . "code")) > > So the default value is really language dependent, not always "replace" > as the manual suggested. Ok, that explains it. Thanks! > I wonder if that's intended behavior though: what's the reason for org blocks to have non-default behavior? Most languages set org-babel-default-header-args: to '(), although some do non-trivial stuff (abc, asymptote, ditaa, dot, gnuplot, mscgen, plantuml all set :results to file e.g.), but it's not clear to me why org sets it to "raw silent". -- Nick