From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarmo Hurri Subject: Re: Default silent results Date: Mon, 13 Mar 2017 17:46:43 +0200 Message-ID: <87y3w9dvrw.fsf@iki.fi> References: <87zigpchxv.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]:51301) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnSBt-00013k-GQ for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 11:47:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnSBp-0003ks-FK for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 11:47:21 -0400 Received: from [195.159.176.226] (port=53297 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cnSBp-0003ja-6j for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 11:47:17 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cnSBT-0004mc-Cm for emacs-orgmode@gnu.org; Mon, 13 Mar 2017 16:46:55 +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 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! Jarmo