From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Subject: Re: :session question Date: Tue, 26 Mar 2013 09:37:49 +0100 Message-ID: <51515E5D.2020000@easy-emacs.de> References: <51501AF2.1070405@easy-emacs.de> <8738vjugwd.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52146) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKPN8-0006I0-UV for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 04:36:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKPN7-0005Bf-Es for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 04:36:46 -0400 Received: from moutng.kundenserver.de ([212.227.126.187]:49996) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKPN7-0005Ao-4z for emacs-orgmode@gnu.org; Tue, 26 Mar 2013 04:36:45 -0400 In-Reply-To: <8738vjugwd.fsf@gmail.com> 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 Cc: Eric Schulte Thanks! Am 26.03.2013 01:46, schrieb Eric Schulte: > Michael Gauland writes: > >> Andreas Röhler easy-emacs.de> writes: >> >>> Would find it more natural if ":session" is the default, while a command >>> "refresh" makes a new one. >> > > Header argument defaults are easy to accomplish on a per user or per > file basis, just customize the `org-babel-default-header-args' variable. > > ,----[org-babel-default-header-args] > | org-babel-default-header-args is a variable defined in `ob.el'. > | Its value is ((:noweb . "yes") > | (:session . "none") > | (:results . "replace") > | (:exports . "code") > | (:cache . "no") > | (:hlines . "no") > | (:tangle . "no") > | (:padnewline . "yes")) > | > | > | Documentation: > | Default arguments to use when evaluating a source block. > | > | [back] > `---- >