From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Schulte Subject: Re: :session question Date: Mon, 25 Mar 2013 18:46:42 -0600 Message-ID: <8738vjugwd.fsf@gmail.com> References: <51501AF2.1070405@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKI2T-000420-0w for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 20:47:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UKI2N-0007N6-JC for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 20:46:56 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:43581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UKI2N-0007Mm-DQ for emacs-orgmode@gnu.org; Mon, 25 Mar 2013 20:46:51 -0400 Received: by mail-pb0-f41.google.com with SMTP id mc8so1102543pbc.28 for ; Mon, 25 Mar 2013 17:46:50 -0700 (PDT) In-Reply-To: (Michael Gauland's message of "Mon, 25 Mar 2013 23:58:42 +0000 (UTC)") 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 Michael Gauland writes: > Andreas R=C3=B6hler easy-emacs.de> writes: >=20=20 >> 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")) |=20 |=20 | Documentation: | Default arguments to use when evaluating a source block. |=20 | [back] `---- --=20 Eric Schulte http://cs.unm.edu/~eschulte