emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] :session question


From: Eric Schulte
Subject: Re: [O] :session question
Date: Mon, 25 Mar 2013 18:46:42 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Michael Gauland <address@hidden> writes:

> Andreas Röhler <andreas.roehler <at> 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]
`----

-- 
Eric Schulte
http://cs.unm.edu/~eschulte



reply via email to

[Prev in Thread] Current Thread [Next in Thread]