Hi Andreas,

Andreas Röhler <andreas.roeh...@easy-emacs.de> writes:

> customization needs a defcustom, not a defvar
>
> (defvar org-babel-default-header-args
>   '((:session . "none") (:results . "replace") (:exports . "code")
>     (:cache . "no") (:noweb . "no") (:hlines . "no") (:tangle . "no")
>     (:padnewline . "yes"))
>   "Default arguments to use when evaluating a source block.")
>
> This var user can't customize, as Info tells falsely.

I see.  I fixed the manual instead of turning
`org-babel-default-header-args' into an option.

Thanks,

-- 
 Bastien

Reply via email to